Package org.tailormap.api.persistence
Class AdminRevision
java.lang.Object
org.hibernate.envers.DefaultRevisionEntity
org.tailormap.api.persistence.AdminRevision
- All Implemented Interfaces:
Serializable
@Entity
public class AdminRevision
extends org.hibernate.envers.DefaultRevisionEntity
Custom revision entity to store additional information about revisions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleaninthashCode()voidsetModifiedBy(String modifiedBy) voidsetModifiedEntityNames(Set<String> modifiedEntityNames) toString()Methods inherited from class org.hibernate.envers.DefaultRevisionEntity
getId, getRevisionDate, getTimestamp, setId, setTimestamp
-
Constructor Details
-
AdminRevision
public AdminRevision()
-
-
Method Details
-
getModifiedBy
-
setModifiedBy
-
getModifiedEntityNames
-
setModifiedEntityNames
-
equals
- Overrides:
equalsin classorg.hibernate.envers.DefaultRevisionEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.hibernate.envers.DefaultRevisionEntity
-
toString
- Overrides:
toStringin classorg.hibernate.envers.DefaultRevisionEntity
-