接口的使用
org.hibernate.boot.archive.scan.spi.Scanner
-
使用Scanner的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi org.hibernate.boot.internal org.hibernate.boot.spi -
-
org.hibernate.boot中Scanner的使用
参数类型为Scanner的org.hibernate.boot中的方法 修饰符和类型 方法 说明 MetadataBuilderMetadataBuilder. applyScanner(Scanner scanner)Specify a particular Scanner instance to use. -
org.hibernate.boot.archive.scan.internal中Scanner的使用
实现Scanner的org.hibernate.boot.archive.scan.internal中的类 修饰符和类型 类 说明 classDisabledScannerImplementation of Scanner that does nothing.classStandardScannerStandard implementation of the Scanner contract, supporting typical archive walking support where the urls we are processing can be treated using normal file handling. -
org.hibernate.boot.archive.scan.spi中Scanner的使用
实现Scanner的org.hibernate.boot.archive.scan.spi中的类 修饰符和类型 类 说明 classAbstractScannerImpl -
org.hibernate.boot.internal中Scanner的使用
参数类型为Scanner的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 MetadataBuilderMetadataBuilderImpl. applyScanner(Scanner scanner) -
org.hibernate.boot.spi中Scanner的使用
参数类型为Scanner的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyScanner(Scanner scanner)
-