接口的使用
org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
使用PackageDescriptor的程序包 程序包 说明 org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi -
-
org.hibernate.boot.archive.scan.internal中PackageDescriptor的使用
实现PackageDescriptor的org.hibernate.boot.archive.scan.internal中的类 修饰符和类型 类 说明 classPackageDescriptorImpl返回变量类型为PackageDescriptor的类型的org.hibernate.boot.archive.scan.internal中的方法 修饰符和类型 方法 说明 Set<PackageDescriptor>ScanResultImpl. getLocatedPackages()参数类型为PackageDescriptor的org.hibernate.boot.archive.scan.internal中的方法 修饰符和类型 方法 说明 voidScanResultCollector. handlePackage(PackageDescriptor packageDescriptor, boolean rootUrl)类型变量类型为PackageDescriptor的org.hibernate.boot.archive.scan.internal中的构造器参数 构造器 说明 ScanResultImpl(Set<PackageDescriptor> packageDescriptorSet, Set<ClassDescriptor> classDescriptorSet, Set<MappingFileDescriptor> mappingFileSet) -
org.hibernate.boot.archive.scan.spi中PackageDescriptor的使用
返回PackageDescriptor的org.hibernate.boot.archive.scan.spi中的方法 修饰符和类型 方法 说明 protected PackageDescriptorPackageInfoArchiveEntryHandler. toPackageDescriptor(ArchiveEntry entry)返回变量类型为PackageDescriptor的类型的org.hibernate.boot.archive.scan.spi中的方法 修饰符和类型 方法 说明 Set<PackageDescriptor>ScanResult. getLocatedPackages()Returns descriptors for all packages discovered as part of the scan
-