Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UNKNOWN - Enum constant in enum class org.omnifaces.persistence.Database
- UNKNOWN - Enum constant in enum class org.omnifaces.persistence.Provider
- unwrap(Object) - Static method in class org.omnifaces.persistence.criteria.Criteria
-
Unwraps the criteria value from given object which could possibly represent a
Criteria
. - update(E) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Update given entity.
- update(Iterable<E>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Update given entities.
- update(String, Object...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Update or delete all entities matching the given query and positional parameters, if any.
- update(String, Consumer<Map<String, Object>>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Update or delete all entities matching the given query and mapped parameters, if any.
- updateAndFlush(E) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Update given entity via
BaseEntityService.update(BaseEntity)
and immediately perform a flush so that all changes in managed entities so far in the current transaction are persisted. - Updated - Annotation Interface in org.omnifaces.persistence.event
-
Fired by
BaseEntityListener
when an entity is updated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form