Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers » [javadoc | source]
org.hibernate.envers
public class: AuditReaderFactory [javadoc | source]
java.lang.Object
   org.hibernate.envers.AuditReaderFactory
Method from org.hibernate.envers.AuditReaderFactory Summary:
get,   get
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.AuditReaderFactory Detail:
 public static AuditReader get(Session session) throws AuditException 
 public static AuditReader get(EntityManager entityManager) throws AuditException 
    Create an audit reader associated with an open entity manager.