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 | |
org.hibernate.ejb.packaging |
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 |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
Scanner
Deprecated.
Use
Scanner instead |
Copyright © 2016 JBoss by Red Hat. All rights reserved.