Uses of Class
org.hibernate.cfg.AnnotatedClassType
-
Packages that use AnnotatedClassType Package Description org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of AnnotatedClassType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AnnotatedClassType Modifier and Type Method Description AnnotatedClassTypeInFlightMetadataCollector. addClassType(org.hibernate.annotations.common.reflection.XClass clazz)AnnotatedClassTypeInFlightMetadataCollector. getClassType(org.hibernate.annotations.common.reflection.XClass clazz) -
Uses of AnnotatedClassType in org.hibernate.cfg
Methods in org.hibernate.cfg that return AnnotatedClassType Modifier and Type Method Description static AnnotatedClassTypeAnnotatedClassType. valueOf(java.lang.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.
-