Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanOptions
-
Packages that use ScanOptions Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.boot -
-
Uses of ScanOptions in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ScanOptions Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyScanOptions(ScanOptions scanOptions)
Specify the options to be used in performing scanning. -
Uses of ScanOptions in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement ScanOptions Modifier and Type Class Description class
StandardScanOptions
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ScanOptions 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 ScanOptions Constructor Description ScanResultCollector(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
-
Uses of ScanOptions in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ScanOptions 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. -
Uses of ScanOptions in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ScanOptions Modifier and Type Method Description ScanOptions
BootstrapContextImpl. getScanOptions()
Methods in org.hibernate.boot.internal with parameters of type ScanOptions Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyScanOptions(ScanOptions scanOptions)
-
Uses of ScanOptions in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ScanOptions Modifier and Type Method Description ScanOptions
BootstrapContext. getScanOptions()
Access to the options to be used for scanning.Methods in org.hibernate.boot.spi with parameters of type ScanOptions Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyScanOptions(ScanOptions scanOptions)
-
Uses of ScanOptions in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ScanOptions Modifier and Type Method Description ScanOptions
BootstrapContextImpl. getScanOptions()
-