Uses of Interface
org.hibernate.boot.archive.scan.spi.Scanner
-
Packages that use Scanner 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.spi org.hibernate.boot.spi org.hibernate.osgi Main OSGi support classes -
-
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.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.spi
Methods in org.hibernate.boot.spi with parameters of type Scanner Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyScanner(Scanner scanner)
-
Uses of Scanner in org.hibernate.osgi
Classes in org.hibernate.osgi that implement Scanner Modifier and Type Class Description class
OsgiScanner
OSGi-specific implementation of the Scanner contract.
-