Uses of Class
org.nuiton.topia.framework.EntityState
Packages that use EntityState
Package
Description
Events used for topia services.
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.-
Uses of EntityState in org.nuiton.topia.event
Constructor parameters in org.nuiton.topia.event with type arguments of type EntityStateModifierConstructorDescriptionTopiaTransactionEvent(TopiaContext source, Map<TopiaEntity, EntityState> entities) -
Uses of EntityState in org.nuiton.topia.framework
Fields in org.nuiton.topia.framework with type parameters of type EntityStateModifier and TypeFieldDescriptionprotected Map<TopiaEntity,EntityState> TopiaFiresSupport.transactionEntitiesused to collect entity modification during transactionMethods in org.nuiton.topia.framework with parameters of type EntityState