Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Packages that use ArchiveDescriptorFactory
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
The internals of archive scanning support.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ArchiveDescriptorFactoryModifier and TypeMethodDescriptionMetadataBuilder.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 ArchiveDescriptorFactoryModifier and TypeClassDescriptionclass
Standard implementation of ArchiveDescriptorFactoryConstructors in org.hibernate.boot.archive.internal with parameters of type ArchiveDescriptorFactoryModifierConstructorDescriptionExplodedArchiveDescriptor
(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.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveDescriptorFactoryModifier and TypeMethodDescriptionScannerFactory.getScanner
(ArchiveDescriptorFactory archiveDescriptorFactory) Create a scanner.default void
Scanner.setArchiveDescriptorFactory
(ArchiveDescriptorFactory archiveDescriptorFactory) -
Uses of ArchiveDescriptorFactory in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptorFactoryMethods in org.hibernate.boot.archive.spi that return ArchiveDescriptorFactoryModifier and TypeMethodDescriptionprotected ArchiveDescriptorFactory
AbstractArchiveDescriptor.getArchiveDescriptorFactory()
Constructors in org.hibernate.boot.archive.spi with parameters of type ArchiveDescriptorFactoryModifierConstructorDescriptionprotected
AbstractArchiveDescriptor
(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix) -
Uses of ArchiveDescriptorFactory in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ArchiveDescriptorFactoryMethods in org.hibernate.boot.internal with parameters of type ArchiveDescriptorFactoryModifier and TypeMethodDescriptionMetadataBuilderImpl.applyArchiveDescriptorFactory
(ArchiveDescriptorFactory factory) -
Uses of ArchiveDescriptorFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ArchiveDescriptorFactoryModifier and TypeMethodDescriptionBootstrapContext.getArchiveDescriptorFactory()
Access to theArchiveDescriptorFactory
used for scanning.Methods in org.hibernate.boot.spi with parameters of type ArchiveDescriptorFactoryModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyArchiveDescriptorFactory
(ArchiveDescriptorFactory factory) -
Uses of ArchiveDescriptorFactory in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ArchiveDescriptorFactory