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 TypeClassDescriptionclassStandard 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 voidScanner.setArchiveDescriptorFactory(ArchiveDescriptorFactory archiveDescriptorFactory) Deprecated.(since 7.0) Not used; no replacement. -
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 ArchiveDescriptorFactoryAbstractArchiveDescriptor.getArchiveDescriptorFactory()Constructors in org.hibernate.boot.archive.spi with parameters of type ArchiveDescriptorFactoryModifierConstructorDescriptionprotectedAbstractArchiveDescriptor(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 theArchiveDescriptorFactoryused for scanning.Methods in org.hibernate.boot.spi with parameters of type ArchiveDescriptorFactoryModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory)