Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Packages that use ScanEnvironment 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 ScanEnvironment in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ScanEnvironment Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyScanEnvironment(ScanEnvironment scanEnvironment)
Consider this temporary as discussed onScanEnvironment
-
Uses of ScanEnvironment in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ScanEnvironment 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 ScanEnvironment in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ScanEnvironment Modifier and Type Method Description ScanEnvironment
AbstractDelegatingMetadataBuildingOptions. getScanEnvironment()
ScanEnvironment
BootstrapContext. getScanEnvironment()
Access to the environment for scanning.ScanEnvironment
MetadataBuildingOptions. getScanEnvironment()
Deprecated.UseBootstrapContext.getScanEnvironment()
instead.Methods in org.hibernate.boot.spi with parameters of type ScanEnvironment Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyScanEnvironment(ScanEnvironment scanEnvironment)
-
Uses of ScanEnvironment in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ScanEnvironment Modifier and Type Method Description ScanEnvironment
BootstrapContextImpl. getScanEnvironment()
-