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.spi 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 MetadataBuilderMetadataBuilder. applyScanner(Scanner scanner)Specify a particular Scanner instance to use. -
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 classAbstractScannerImpl -
Uses of Scanner in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type Scanner Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyScanner(Scanner scanner)
-