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 TypeClassDescriptionclassImplementation of Scanner that does nothing.classStandard 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 -
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)