|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ExtendedMappings.addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
FIXME should be private but will this break things? Add a class type. |
AnnotatedClassType |
AnnotationConfiguration.ExtendedMappingsImpl.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. |
AnnotatedClassType |
AnnotationConfiguration.ExtendedMappingsImpl.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |