程序包的使用
org.hibernate.boot.archive.scan.spi
-
使用org.hibernate.boot.archive.scan.spi的程序包 程序包 说明 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.model.process.internal org.hibernate.boot.spi org.hibernate.jpa.boot.internal -
org.hibernate.boot使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 ScanEnvironment Describes the environment in which the scan will occur.Scanner Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.ScanOptions Options for performing scanning -
org.hibernate.boot.archive.scan.internal使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 AbstractScannerImpl ClassDescriptor Descriptor for a class file.ClassDescriptor.Categorization MappingFileDescriptor Descriptor for a mapping (XML) file.PackageDescriptor Descriptor for a package (as indicated by a package-info.class file).ScanEnvironment Describes the environment in which the scan will occur.Scanner Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.ScanOptions Options for performing scanningScanParameters A "parameter object" passed toScanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters)to help support future changes in terms of needing to pass additional stuff to scanning.ScanResult Defines the result of scanning -
org.hibernate.boot.archive.scan.spi使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 AbstractScannerImpl.ArchiveDescriptorInfo ClassDescriptor Descriptor for a class file.ClassDescriptor.Categorization MappingFileDescriptor Descriptor for a mapping (XML) file.PackageDescriptor Descriptor for a package (as indicated by a package-info.class file).ScanEnvironment Describes the environment in which the scan will occur.Scanner Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.ScanOptions Options for performing scanningScanParameters A "parameter object" passed toScanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters)to help support future changes in terms of needing to pass additional stuff to scanning.ScanResult Defines the result of scanning -
org.hibernate.boot.internal使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 ScanEnvironment Describes the environment in which the scan will occur.Scanner Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.ScanOptions Options for performing scanning -
org.hibernate.boot.model.process.internal使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 ScanResult Defines the result of scanning -
org.hibernate.boot.spi使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 ScanEnvironment Describes the environment in which the scan will occur.Scanner Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.ScanOptions Options for performing scanning -
org.hibernate.jpa.boot.internal使用的org.hibernate.boot.archive.scan.spi中的类 类 说明 ScanEnvironment Describes the environment in which the scan will occur.