Uses of Interface
io.ebean.UpdateQuery
Packages that use UpdateQuery
-
Uses of UpdateQuery in io.ebean
Methods in io.ebean that return UpdateQueryModifier and TypeMethodDescriptionExpressionList.asUpdate()
Return the underlying query as an UpdateQuery.QueryBuilder.asUpdate()
Convert the query to a UpdateQuery.<P> UpdateQuery
<T> UpdateQuery.set
(Query.Property<P> property, P value) Set the value of a property.Set the value of a property.Set the label on the update query.UpdateQuery.setNull
(Query.Property<?> property) Set the property to be null.Set the property to be null.UpdateQuery.setProfileLocation
(ProfileLocation profileLocation) Set the profile location of this update query.Set using a property expression that does not need any bind values.Set using a property expression that can contain?
bind value placeholders.<T> UpdateQuery
<T> Create an Update query to perform a bulk update.static <T> UpdateQuery
<T> Create an Update query to perform a bulk update.Finder.update()
Creates an update query.protected UpdateQuery
<T> BeanFinder.updateQuery()
Creates an update query.