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.Query.asUpdate()Convert the query to a UpdateQuery.Set the value of a property.Set the label on the update query.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.