Uses of Class
org.hibernate.boot.model.internal.AnnotatedClassType
-
Packages that use AnnotatedClassType Package Description org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of AnnotatedClassType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return AnnotatedClassType Modifier and Type Method Description AnnotatedClassTypeInFlightMetadataCollectorImpl. addClassType(org.hibernate.annotations.common.reflection.XClass clazz)AnnotatedClassTypeInFlightMetadataCollectorImpl. getClassType(org.hibernate.annotations.common.reflection.XClass clazz) -
Uses of AnnotatedClassType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AnnotatedClassType Modifier and Type Method Description static AnnotatedClassTypeAnnotatedClassType. 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. -
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)
-