Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Packages that use ArchiveDescriptorFactory Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.internal The internals of archive scanning supportorg.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.testing.boot -
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ArchiveDescriptorFactory Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory)
Specify a particular ArchiveDescriptorFactory instance to use in scanning. -
Uses of ArchiveDescriptorFactory in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement ArchiveDescriptorFactory Modifier and Type Class Description class
StandardArchiveDescriptorFactory
Standard implementation of ArchiveDescriptorFactoryConstructors in org.hibernate.boot.archive.internal with parameters of type ArchiveDescriptorFactory Constructor Description ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
Constructs an ExplodedArchiveDescriptorJarFileBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entry)
Constructs a JarFileBasedArchiveDescriptorJarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL url, String entry)
Constructs a JarInputStreamBasedArchiveDescriptorJarProtocolArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL url, String incomingEntry)
Constructs a JarProtocolArchiveDescriptor -
Uses of ArchiveDescriptorFactory in org.hibernate.boot.archive.scan.internal
Constructors in org.hibernate.boot.archive.scan.internal with parameters of type ArchiveDescriptorFactory Constructor Description StandardScanner(ArchiveDescriptorFactory value)
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot.archive.scan.spi
Constructors in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveDescriptorFactory Constructor Description AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory)
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptorFactory Modifier and Type Class Description class
AbstractArchiveDescriptorFactory
Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptorFactory Modifier and Type Method Description protected ArchiveDescriptorFactory
AbstractArchiveDescriptor. getArchiveDescriptorFactory()
Constructors in org.hibernate.boot.archive.spi with parameters of type ArchiveDescriptorFactory Constructor Description AbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ArchiveDescriptorFactory Modifier and Type Method Description ArchiveDescriptorFactory
BootstrapContextImpl. getArchiveDescriptorFactory()
Methods in org.hibernate.boot.internal with parameters of type ArchiveDescriptorFactory Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory)
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ArchiveDescriptorFactory Modifier and Type Method Description ArchiveDescriptorFactory
BootstrapContext. getArchiveDescriptorFactory()
Access to the ArchiveDescriptorFactory to be used for scanningMethods in org.hibernate.boot.spi with parameters of type ArchiveDescriptorFactory Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory)
-
Uses of ArchiveDescriptorFactory in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ArchiveDescriptorFactory Modifier and Type Method Description ArchiveDescriptorFactory
BootstrapContextImpl. getArchiveDescriptorFactory()
-