Uses of Interface
org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
Packages that use PackageDescriptor Package Description org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi -
-
Uses of PackageDescriptor in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement PackageDescriptor Modifier and Type Class Description class
PackageDescriptorImpl
Methods in org.hibernate.boot.archive.scan.internal that return types with arguments of type PackageDescriptor Modifier and Type Method Description Set<PackageDescriptor>
ScanResultImpl. getLocatedPackages()
Methods in org.hibernate.boot.archive.scan.internal with parameters of type PackageDescriptor Modifier and Type Method Description void
ScanResultCollector. handlePackage(PackageDescriptor packageDescriptor, boolean rootUrl)
Constructor parameters in org.hibernate.boot.archive.scan.internal with type arguments of type PackageDescriptor Constructor Description ScanResultImpl(Set<PackageDescriptor> packageDescriptorSet, Set<ClassDescriptor> classDescriptorSet, Set<MappingFileDescriptor> mappingFileSet)
-
Uses of PackageDescriptor in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return PackageDescriptor Modifier and Type Method Description protected PackageDescriptor
PackageInfoArchiveEntryHandler. toPackageDescriptor(ArchiveEntry entry)
Methods in org.hibernate.boot.archive.scan.spi that return types with arguments of type PackageDescriptor Modifier and Type Method Description Set<PackageDescriptor>
ScanResult. getLocatedPackages()
Returns descriptors for all packages discovered as part of the scan
-