Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers » [javadoc | source]
org.hibernate.envers
public class: DefaultRevisionEntity [javadoc | source]
java.lang.Object
   org.hibernate.envers.DefaultRevisionEntity
Method from org.hibernate.envers.DefaultRevisionEntity Summary:
equals,   getId,   getRevisionDate,   getTimestamp,   hashCode,   setId,   setTimestamp,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.DefaultRevisionEntity Detail:
 public boolean equals(Object o) 
 public int getId() 
 public Date getRevisionDate() 
 public long getTimestamp() 
 public int hashCode() 
 public  void setId(int id) 
 public  void setTimestamp(long timestamp) 
 public String toString()