| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotatedClassType | 
Configuration.MappingsImpl.addClassType(org.hibernate.annotations.common.reflection.XClass clazz)  | 
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.getClassType(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. 
 | 
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-2015 Red Hat, Inc. All Rights Reserved.