Uses of Interface
org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Packages that use ClassDescriptor Package Description org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources. -
-
Uses of ClassDescriptor in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return types with arguments of type ClassDescriptor Modifier and Type Method Description Set<ClassDescriptor>ScanResult. getLocatedClasses()Returns descriptors for all classes discovered as part of the scan
-