Class SystemEntityListener
java.lang.Object
ch.tocco.nice2.persist.entity.impl.SystemEntityListener
- All Implemented Interfaces:
EntityCreationListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an new entity instance is created by the factory.void
entityLoaded
(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:EntityCreationListener
Called when an new entity instance is created by the factory.- Specified by:
entityCreated
in interfaceEntityCreationListener
-
entityLoaded
Description copied from interface:EntityCreationListener
Called when an entity instance is created for a row loaded from the database.- Specified by:
entityLoaded
in interfaceEntityCreationListener
-