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(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 are declared.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.