Uses of Interface
org.hibernate.boot.archive.scan.spi.Scanner
Packages that use Scanner
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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 ScannerModifier and TypeMethodDescriptionMetadataBuilder.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 ScannerModifier and TypeClassDescriptionclass
Implementation of Scanner that does nothing. -
Uses of Scanner in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return ScannerModifier and TypeMethodDescriptionScannerFactory.getScanner
(ArchiveDescriptorFactory archiveDescriptorFactory) Create a scanner. -
Uses of Scanner in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type Scanner -
Uses of Scanner in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ScannerModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyScanner
(Scanner scanner)