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 |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilder.applyScanOptions(ScanOptions scanOptions)
Specify the options to be used in performing scanning.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ScanResult |
AbstractScannerImpl.scan(ScanEnvironment environment,
ScanOptions options,
ScanParameters parameters) |
Modifier and Type | Method and Description |
---|---|
ScanOptions |
BootstrapContext.getScanOptions()
Access to the options to be used for scanning
|
ScanOptions |
MetadataBuildingOptions.getScanOptions()
Deprecated.
Use
BootstrapContext.getScanOptions() instead. |
ScanOptions |
AbstractDelegatingMetadataBuildingOptions.getScanOptions() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyScanOptions(ScanOptions scanOptions) |
Modifier and Type | Method and Description |
---|---|
ScanOptions |
BootstrapContextImpl.getScanOptions() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.