Uses of Class
org.hibernate.cfg.AnnotatedClassType

Packages that use AnnotatedClassType
org.hibernate.cfg   
 

Uses of AnnotatedClassType in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return AnnotatedClassType
 AnnotatedClassType ExtendedMappings.addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
           
 AnnotatedClassType ExtendedMappings.getClassType(org.hibernate.annotations.common.reflection.XClass clazz)
          get and maintain a cache of class type.
static AnnotatedClassType AnnotatedClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotatedClassType[] AnnotatedClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Hibernate.org. All Rights Reserved.