Uses of Record Class
io.john.amiscaray.quak.data.update.FieldUpdate
Packages that use FieldUpdate
-
Uses of FieldUpdate in io.john.amiscaray.quak.data
Methods in io.john.amiscaray.quak.data with parameters of type FieldUpdateModifier and TypeMethodDescriptionfinal <T,F> void DatabaseProxy.updateAll(Class<T> entityType, DatabaseQuery updateCriteria, FieldUpdate<F> fieldUpdate) Updates all entities from the database matching some update criteria.final <T,F> void DatabaseProxy.updateAll(Class<T> entityType, FieldUpdate<F> fieldUpdate) Updates all entities of the same type.final <T,F> void DatabaseProxy.updateAllWhereAndApply(Class<T> entityType, QueryCriteria queryCriteria, FieldUpdate<F> fieldUpdate) Updates all entities from the database matching some update criteria. -
Uses of FieldUpdate in io.john.amiscaray.quak.data.update
Methods in io.john.amiscaray.quak.data.update that return FieldUpdate