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 org.hibernate.boot.archive.spi 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 MetadataBuilderMetadataBuilder. 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 classStandardArchiveDescriptorFactoryStandard 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 classAbstractArchiveDescriptorFactoryMethods in org.hibernate.boot.archive.spi that return ArchiveDescriptorFactory Modifier and Type Method Description protected ArchiveDescriptorFactoryAbstractArchiveDescriptor. 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 ArchiveDescriptorFactoryBootstrapContextImpl. getArchiveDescriptorFactory()Methods in org.hibernate.boot.internal with parameters of type ArchiveDescriptorFactory Modifier and Type Method Description MetadataBuilderMetadataBuilderImpl. 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 ArchiveDescriptorFactoryBootstrapContext. getArchiveDescriptorFactory()Access to theArchiveDescriptorFactoryused for scanning.Methods in org.hibernate.boot.spi with parameters of type ArchiveDescriptorFactory Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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 ArchiveDescriptorFactoryBootstrapContextImpl. getArchiveDescriptorFactory()
-