Uses of Interface
org.hibernate.boot.archive.scan.spi.Scanner
-
Packages that use Scanner Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of Scanner in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type Scanner Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyScanner(Scanner scanner)
Specify a particular Scanner instance to use. -
Uses of Scanner in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement Scanner Modifier and Type Class 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. -
Uses of Scanner in org.hibernate.boot.archive.scan.spi
Classes in org.hibernate.boot.archive.scan.spi that implement Scanner Modifier and Type Class Description class
AbstractScannerImpl
-
Uses of Scanner in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type Scanner Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyScanner(Scanner scanner)
-
Uses of Scanner in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type Scanner Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyScanner(Scanner scanner)
-