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