Uses of Class
org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
-
Packages that use ClassDescriptor.Categorization Package Description org.hibernate.boot.archive.scan.spi -
-
Uses of ClassDescriptor.Categorization in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return ClassDescriptor.Categorization Modifier and Type Method Description ClassDescriptor.CategorizationClassDescriptor. getCategorization()static ClassDescriptor.CategorizationClassDescriptor.Categorization. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassDescriptor.Categorization[]ClassDescriptor.Categorization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-