Uses of Interface
org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Packages that use ClassDescriptor Package Description org.hibernate.boot.archive.scan.internal 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.internal
Classes in org.hibernate.boot.archive.scan.internal that implement ClassDescriptor Modifier and Type Class Description class
ClassDescriptorImpl
Methods in org.hibernate.boot.archive.scan.internal that return types with arguments of type ClassDescriptor Modifier and Type Method Description Set<ClassDescriptor>
ScanResultImpl. getLocatedClasses()
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ClassDescriptor Modifier and Type Method Description void
ScanResultCollector. handleClass(ClassDescriptor classDescriptor, boolean rootUrl)
-
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
-