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.internal | |
org.hibernate.boot.archive.scan.spi | |
org.hibernate.boot.internal | |
org.hibernate.boot.spi |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilder.applyScanner(Scanner scanner)
Specify a particular Scanner instance to use.
|
Modifier and Type | Class and Description |
---|---|
class |
DisabledScanner
Implementation of Scanner that does nothing.
|
class |
StandardScanner
Standard implementation of the Scanner contract, supporting typical archive walking support where
the urls we are processing can be treated using normal file handling.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScannerImpl |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilderImpl.applyScanner(Scanner scanner) |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyScanner(Scanner scanner) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.