Class SystemEntityListener
java.lang.Object
ch.tocco.nice2.persist.entity.impl.SystemEntityListener
- All Implemented Interfaces:
EntityCreationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when an new entity instance is created by the factory.voidentityLoaded(Object entity, boolean isProxyInitialization) Called when an entity instance is created for a row loaded from the database.
-
Constructor Details
-
SystemEntityListener
-
-
Method Details
-
entityCreated
Description copied from interface:EntityCreationListenerCalled when an new entity instance is created by the factory.- Specified by:
entityCreatedin interfaceEntityCreationListener
-
entityLoaded
Description copied from interface:EntityCreationListenerCalled when an entity instance is created for a row loaded from the database.- Specified by:
entityLoadedin interfaceEntityCreationListener
-