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 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) -
Uses of Scanner in org.hibernate.osgi
Classes in org.hibernate.osgi that implement Scanner Modifier and Type Class Description classOsgiScannerOSGi-specific implementation of the Scanner contract.
-