Uses of Interface
org.hibernate.boot.archive.scan.spi.ScanEnvironment
Packages that use ScanEnvironment
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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 ScanEnvironmentModifier and TypeMethodDescriptionMetadataBuilder.applyScanEnvironment(ScanEnvironment scanEnvironment) Consider this temporary as discussed onScanEnvironment -
Uses of ScanEnvironment in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionDisabledScanner.scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters) Constructors in org.hibernate.boot.archive.scan.internal with parameters of type ScanEnvironmentModifierConstructorDescriptionScanResultCollector(ScanEnvironment environment, ScanOptions options, ScanParameters parameters) -
Uses of ScanEnvironment in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionAbstractScannerImpl.scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters) 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.internal
Methods in org.hibernate.boot.internal that return ScanEnvironmentMethods in org.hibernate.boot.internal with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionMetadataBuilderImpl.applyScanEnvironment(ScanEnvironment scanEnvironment) -
Uses of ScanEnvironment in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ScanEnvironmentModifier and TypeMethodDescriptionBootstrapContext.getScanEnvironment()Access to the environment for scanning.Methods in org.hibernate.boot.spi with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyScanEnvironment(ScanEnvironment scanEnvironment) -
Uses of ScanEnvironment in org.hibernate.jpa.boot.internal
Classes in org.hibernate.jpa.boot.internal that implement ScanEnvironmentModifier and TypeClassDescriptionclassImplementation of ScanEnvironment leveraging a JPA deployment descriptor.