Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanOptions
-
Packages that use ScanOptions Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.archive.scan.spi org.hibernate.boot.spi 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 MetadataBuilderMetadataBuilder. applyScanOptions(ScanOptions scanOptions)Specify the options to be used in performing scanning. -
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 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. -
Uses of ScanOptions in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ScanOptions Modifier and Type Method Description ScanOptionsAbstractDelegatingMetadataBuildingOptions. getScanOptions()ScanOptionsBootstrapContext. getScanOptions()Access to the options to be used for scanningScanOptionsMetadataBuildingOptions. getScanOptions()Deprecated.UseBootstrapContext.getScanOptions()instead.Methods in org.hibernate.boot.spi with parameters of type ScanOptions Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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 ScanOptionsBootstrapContextImpl. getScanOptions()
-