java.lang.Object
io.ebeaninternal.server.querydefn.DefaultUpdateQuery<T>
- All Implemented Interfaces:
UpdateQuery<T>
Default implementation of UpdateQuery.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P> UpdateQuery<T> set(Query.Property<P> property, P value) setNull(Query.Property<?> property) setProfileLocation(ProfileLocation profileLocation) intupdate()where()
-
Constructor Details
-
DefaultUpdateQuery
-
-
Method Details
-
set
- Specified by:
setin interfaceUpdateQuery<T>
-
set
- Specified by:
setin interfaceUpdateQuery<T>
-
setNull
- Specified by:
setNullin interfaceUpdateQuery<T>
-
setNull
- Specified by:
setNullin interfaceUpdateQuery<T>
-
setRaw
- Specified by:
setRawin interfaceUpdateQuery<T>
-
setRaw
- Specified by:
setRawin interfaceUpdateQuery<T>
-
setProfileLocation
- Specified by:
setProfileLocationin interfaceUpdateQuery<T>
-
setLabel
- Specified by:
setLabelin interfaceUpdateQuery<T>
-
where
- Specified by:
wherein interfaceUpdateQuery<T>
-
update
public int update()- Specified by:
updatein interfaceUpdateQuery<T>
-