Uses of Class
org.jboss.envers.exception.VersionsException

Packages that use VersionsException
org.hibernate.envers.exception   
org.jboss.envers   
org.jboss.envers.exception   
 

Uses of VersionsException in org.hibernate.envers.exception
 

Subclasses of VersionsException in org.hibernate.envers.exception
 class AuditException
           
 class NotAuditedException
           
 

Uses of VersionsException in org.jboss.envers
 

Methods in org.jboss.envers that throw VersionsException
static VersionsReader VersionsReaderFactory.get(EntityManager entityManager)
          Deprecated. Create a versions reader associated with an open entity manager.
static VersionsReader VersionsReaderFactory.get(org.hibernate.Session session)
          Deprecated. Create a versions reader associated with an open session.
 

Uses of VersionsException in org.jboss.envers.exception
 

Subclasses of VersionsException in org.jboss.envers.exception
 class NotVersionedException
          Deprecated.  
 class RevisionDoesNotExistException
          Deprecated.  
 



Copyright © 2008 Hibernate.org. All Rights Reserved.