| Injects lifecycle listeners directly into Hibernate for mirroring operations.
By default, registers with plain insert/update/delete listeners, which will be triggered
by Hibernate before committing (and up to Hibernate flushing logic). Also allows to be created
with setting the registerPostCommitListeneres to true which will cause
the insert/update/delete listeneres to be registered as post commit events.
author: kimchy |