Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Packages that use ArchiveDescriptorFactory Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.internal The internals of archive scanning support.org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources.org.hibernate.boot.archive.spi Defines an SPI for scanning of archives for discovery of managed resources.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.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 theArchiveDescriptorFactory
used for scanning.Methods 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()
-