Uses of Class
org.hibernate.envers.configuration.metadata.InheritanceType

Packages that use InheritanceType
org.hibernate.envers.configuration.metadata   
 

Uses of InheritanceType in org.hibernate.envers.configuration.metadata
 

Methods in org.hibernate.envers.configuration.metadata that return InheritanceType
static InheritanceType InheritanceType.get(org.hibernate.mapping.PersistentClass pc)
           
static InheritanceType InheritanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008 Hibernate.org. All Rights Reserved.