Uses of Class
org.hibernate.cfg.AnnotatedClassType

Packages that use AnnotatedClassType
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of AnnotatedClassType in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return AnnotatedClassType
 AnnotatedClassType Mappings.addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
          FIXME should be private but will this break things? Add a class type.
 AnnotatedClassType Configuration.MappingsImpl.addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
           
 AnnotatedClassType Mappings.getClassType(org.hibernate.annotations.common.reflection.XClass clazz)
          Get and maintain a cache of class type.
 AnnotatedClassType Configuration.MappingsImpl.getClassType(org.hibernate.annotations.common.reflection.XClass clazz)
           
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 © 2001-2012 Red Hat, Inc. All Rights Reserved.