Uses of Enum Class
org.hibernate.boot.model.internal.AnnotatedClassType
Packages that use AnnotatedClassType
Package
Description
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 AnnotatedClassTypeModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.addClassType(XClass clazz) InFlightMetadataCollectorImpl.getClassType(XClass clazz) -
Uses of AnnotatedClassType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AnnotatedClassTypeModifier and TypeMethodDescriptionstatic AnnotatedClassTypeReturns the enum constant of this class with the specified name.static AnnotatedClassType[]AnnotatedClassType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnnotatedClassType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AnnotatedClassTypeModifier and TypeMethodDescriptionInFlightMetadataCollector.addClassType(XClass clazz) InFlightMetadataCollector.getClassType(XClass clazz)