Package ch.tocco.nice2.persist.core.impl.hibernate.listener
package ch.tocco.nice2.persist.core.impl.hibernate.listener
-
ClassDescriptionInterface required to combine
PostCommitInsertEventListener
,PostCommitUpdateEventListener
andPostCommitDeleteEventListener
Handles the POST_COMMIT_* events of hibernate.This is a workaround for firing after commit events (EntityListener
) when only the collection of an entity has changed.ManagesEntityFacadeListener
.Base class for hibernate listeners which provides functionality to map entities toEntityListener
orEntityFacadeListener