Class RevisionInfo

java.lang.Object
org.hibernate.envers.DefaultRevisionEntity
org.fryske_akademy.jpa.RevisionInfo
All Implemented Interfaces:
Serializable

@Entity public class RevisionInfo extends org.hibernate.envers.DefaultRevisionEntity
Include this entity in the list of entity classes in your persistence context.
Author:
eduard
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setUsername(String username)
     

    Methods inherited from class org.hibernate.envers.DefaultRevisionEntity

    equals, getId, getRevisionDate, getTimestamp, hashCode, setId, setTimestamp, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RevisionInfo

      public RevisionInfo()
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)