Package org.fryske_akademy.jpa
Class FARevisionListener
- java.lang.Object
-
- org.fryske_akademy.jpa.FARevisionListener
-
- All Implemented Interfaces:
org.hibernate.envers.RevisionListener
public class FARevisionListener extends Object implements org.hibernate.envers.RevisionListener
- Author:
- eduard
-
-
Constructor Summary
Constructors Constructor Description FARevisionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnewRevision(Object revisionEntity)adds principal name orUNKNOWNtoRevisionInfo.
-
-
-
Field Detail
-
UNKNOWN
public static final String UNKNOWN
when principal name not found- See Also:
- Constant Field Values
-
-
Method Detail
-
newRevision
public void newRevision(Object revisionEntity)
adds principal name orUNKNOWNtoRevisionInfo.- Specified by:
newRevisionin interfaceorg.hibernate.envers.RevisionListener- Parameters:
revisionEntity-
-
-