Uses of Class
org.hibernate.boot.archive.scan.internal.ScanResultCollector
-
Packages that use ScanResultCollector Package Description org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources. -
-
Uses of ScanResultCollector in org.hibernate.boot.archive.scan.spi
Constructors in org.hibernate.boot.archive.scan.spi with parameters of type ScanResultCollector Constructor Description ArchiveContextImpl(boolean isRootUrl, ScanResultCollector scanResultCollector)
ClassFileArchiveEntryHandler(ScanResultCollector resultCollector)
NonClassFileArchiveEntryHandler(ScanResultCollector resultCollector)
PackageInfoArchiveEntryHandler(ScanResultCollector resultCollector)
-