Uses of Interface
io.ebean.UpdateQuery
| Package | Description |
|---|---|
| io.ebean |
-
Uses of UpdateQuery in io.ebean
Methods in io.ebean that return UpdateQuery Modifier and Type Method Description UpdateQuery<T>ExpressionList. asUpdate()Return the underlying query as an UpdateQuery.UpdateQuery<T>Query. asUpdate()Convert the query to a UpdateQuery.UpdateQuery<T>UpdateQuery. set(String property, Object value)Set the value of a property.UpdateQuery<T>UpdateQuery. setLabel(String label)Set the label on the update query.UpdateQuery<T>UpdateQuery. setNull(String property)Set the property to be null.UpdateQuery<T>UpdateQuery. setProfileLocation(ProfileLocation profileLocation)Set the profile location of this update query.UpdateQuery<T>UpdateQuery. setRaw(String propertyExpression)Set using a property expression that does not need any bind values.UpdateQuery<T>UpdateQuery. setRaw(String propertyExpression, Object... values)Set using a property expression that can contain?bind value placeholders.<T> UpdateQuery<T>Database. update(Class<T> beanType)Create an Update query to perform a bulk update.static <T> UpdateQuery<T>DB. update(Class<T> beanType)Create an Update query to perform a bulk update.static <T> UpdateQuery<T>Ebean. update(Class<T> beanType)Deprecated.Create an Update query to perform a bulk update.UpdateQuery<T>Finder. update()Creates an update query.