org.compass.gps.device.hibernate.lifecycle |
|
Java Source File Name | Type | Comment |
DefaultHibernateEntityLifecycleInjector.java | Class | 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). |
HibernateEntityLifecycleInjector.java | Interface | The lifecycle injector is responsible injected and removing lifecycle event listneres. |
HibernateEventListener.java | Class | A default implementation for Hibernate lifecycle callbacks. |
HibernateMirrorFilter.java | Interface | Allows to hook filtering of object during the mirroring process. |