Package org.fryske_akademy.jpa
Class RevInfo<T>
- java.lang.Object
-
- org.fryske_akademy.jpa.RevInfo<T>
-
- Type Parameters:
T-
public class RevInfo<T> extends Object
container for revision info for an entity, used inAuditing.getRevisionInfo(java.io.Serializable, java.lang.Integer, java.lang.Class)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevInfo.TYPE
-
Constructor Summary
Constructors Constructor Description RevInfo(T entity, RevInfo.TYPE type, RevisionInfo revisionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetEntity()RevisionInfogetRevisionInfo()RevInfo.TYPEgetType()
-
-
-
Constructor Detail
-
RevInfo
public RevInfo(T entity, RevInfo.TYPE type, RevisionInfo revisionInfo)
-
-
Method Detail
-
getEntity
public T getEntity()
-
getType
public RevInfo.TYPE getType()
-
getRevisionInfo
public RevisionInfo getRevisionInfo()
-
-