Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanResult
-
Packages that use ScanResult Package Description org.hibernate.boot.archive.scan.spi -
-
Uses of ScanResult in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return ScanResult Modifier and Type Method Description ScanResultAbstractScannerImpl. scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)ScanResultScanner. scan(ScanEnvironment environment, ScanOptions options, ScanParameters params)Perform the scanning against the described environment using the defined options, and return the scan results.
-