Uses of Interface
org.hibernate.envers.RevisionListener
-
Packages that use RevisionListener Package Description org.hibernate.envers org.hibernate.envers.configuration -
-
Uses of RevisionListener in org.hibernate.envers
Subinterfaces of RevisionListener in org.hibernate.envers Modifier and Type Interface Description interface
EntityTrackingRevisionListener
Extension of standardRevisionListener
that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.Methods in org.hibernate.envers that return types with arguments of type RevisionListener Modifier and Type Method Description Class<? extends RevisionListener>
value()
The optional listener that will be used to fill in the custom revision entity. -
Uses of RevisionListener in org.hibernate.envers.configuration
Methods in org.hibernate.envers.configuration that return types with arguments of type RevisionListener Modifier and Type Method Description Class<? extends RevisionListener>
Configuration. getRevisionListenerClass()
-