Uses of Enum Class
cz.cvut.kbss.jopa.model.EntityState
Packages that use EntityState
-
Uses of EntityState in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model that return EntityStateModifier and TypeMethodDescriptionstatic EntityState
Returns the enum constant of this class with the specified name.static EntityState[]
EntityState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityState in cz.cvut.kbss.jopa.sessions
Methods in cz.cvut.kbss.jopa.sessions that return EntityStateModifier and TypeMethodDescriptionAbstractUnitOfWork.getState
(Object entity, Descriptor descriptor) Gets the lifecycle state of the specified entity.ReadOnlyUnitOfWork.getState
(Object entity, Descriptor descriptor) Gets the lifecycle state of the specified entity.UnitOfWork.getState
(Object entity, Descriptor descriptor) Gets the lifecycle state of the specified entity with respect to a repository context indicated by the specified descriptor.