Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanParameters
-
Packages that use ScanParameters Package Description org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi -
-
Uses of ScanParameters in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement ScanParameters Modifier and Type Class Description class
StandardScanParameters
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ScanParameters Modifier and Type Method Description ScanResult
DisabledScanner. scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
Constructors in org.hibernate.boot.archive.scan.internal with parameters of type ScanParameters Constructor Description ScanResultCollector(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
-
Uses of ScanParameters in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ScanParameters Modifier and Type Method Description ScanResult
AbstractScannerImpl. scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
ScanResult
Scanner. scan(ScanEnvironment environment, ScanOptions options, ScanParameters params)
Perform the scanning against the described environment using the defined options, and return the scan results.
-