Uses of Class
org.nuiton.topia.persistence.event.EntityState
Packages that use EntityState
Package
Description
Events used for ToPIA services.
-
Uses of EntityState in org.nuiton.topia.persistence.event
Methods in org.nuiton.topia.persistence.event with parameters of type EntityStateConstructor parameters in org.nuiton.topia.persistence.event with type arguments of type EntityStateModifierConstructorDescriptionTopiaTransactionEvent(TopiaPersistenceContext source, Map<TopiaEntity, EntityState> entities) -
Uses of EntityState in org.nuiton.topia.persistence.internal.support
Fields in org.nuiton.topia.persistence.internal.support with type parameters of type EntityStateModifier and TypeFieldDescriptionprotected Map<TopiaEntity,EntityState> AbstractTopiaListenableSupport.transactionEntitiesMap to collect entities modifications during the current transactionMethods in org.nuiton.topia.persistence.internal.support that return EntityStateModifier and TypeMethodDescriptionprotected EntityStateTopiaFiresSupport.getEntityState(TopiaEntity entity) Get or create the entity state from theAbstractTopiaListenableSupport.transactionEntitiesmap.