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 AnnotatedClassType
InFlightMetadataCollectorImpl. addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
AnnotatedClassType
InFlightMetadataCollectorImpl. 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 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. -
Uses of AnnotatedClassType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AnnotatedClassType Modifier and Type Method Description AnnotatedClassType
InFlightMetadataCollector. addClassType(org.hibernate.annotations.common.reflection.XClass clazz)
AnnotatedClassType
InFlightMetadataCollector. getClassType(org.hibernate.annotations.common.reflection.XClass clazz)
-