Uses of Enum Class
org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Packages that use ClassDescriptor.Categorization
Package
Description
-
Uses of ClassDescriptor.Categorization in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal that return ClassDescriptor.CategorizationConstructors in org.hibernate.boot.archive.scan.internal with parameters of type ClassDescriptor.CategorizationModifierConstructorDescriptionClassDescriptorImpl(String name, ClassDescriptor.Categorization categorization, InputStreamAccess streamAccess) -
Uses of ClassDescriptor.Categorization in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return ClassDescriptor.CategorizationModifier and TypeMethodDescriptionClassDescriptor.getCategorization()Returns the enum constant of this class with the specified name.static ClassDescriptor.Categorization[]ClassDescriptor.Categorization.values()Returns an array containing the constants of this enum class, in the order they are declared.