Uses of Class
org.hibernate.envers.RevisionType

Packages that use RevisionType
org.hibernate.envers   
org.hibernate.envers.entities   
org.hibernate.envers.query   
org.hibernate.envers.synchronization.work   
 

Uses of RevisionType in org.hibernate.envers
 

Methods in org.hibernate.envers that return RevisionType
static RevisionType RevisionType.fromRepresentation(Object representation)
           
static RevisionType RevisionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RevisionType[] RevisionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of RevisionType in org.hibernate.envers.entities
 

Methods in org.hibernate.envers.entities that return RevisionType
 RevisionType RevisionTypeType.nullSafeGet(ResultSet resultSet, String[] names, Object owner)
           
 

Uses of RevisionType in org.hibernate.envers.query
 

Methods in org.hibernate.envers.query that return types with arguments of type RevisionType
static AuditProperty<RevisionType> AuditEntity.revisionType()
          Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
 

Uses of RevisionType in org.hibernate.envers.synchronization.work
 

Methods in org.hibernate.envers.synchronization.work with parameters of type RevisionType
protected  void AbstractAuditWorkUnit.fillDataWithId(Map<String,Object> data, Object revision, RevisionType revisionType)
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.