Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Packages that use ScanEnvironment Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.scan.spi org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of ScanEnvironment in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ScanEnvironment Modifier and Type Method Description MetadataBuilderMetadataBuilder. 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 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 ScanEnvironment in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ScanEnvironment Modifier and Type Method Description ScanEnvironmentBootstrapContext. getScanEnvironment()Access to the environment for scanning.Methods in org.hibernate.boot.spi with parameters of type ScanEnvironment Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyScanEnvironment(ScanEnvironment scanEnvironment)
-