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 Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi Defines the SPI for support of "scanning" of "archives".org.hibernate.boot.spi org.hibernate.osgi Main OSGi support classesorg.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.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, java.net.URL archiveUrl, java.lang.String entryBasePrefix)
-
Uses of ArchiveDescriptorFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ArchiveDescriptorFactory Modifier and Type Method Description ArchiveDescriptorFactory
AbstractDelegatingMetadataBuildingOptions. getArchiveDescriptorFactory()
ArchiveDescriptorFactory
BootstrapContext. getArchiveDescriptorFactory()
Access to the ArchiveDescriptorFactory to be used for scanningArchiveDescriptorFactory
MetadataBuildingOptions. getArchiveDescriptorFactory()
Deprecated.UseBootstrapContext.getArchiveDescriptorFactory()
instead.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.osgi
Classes in org.hibernate.osgi that implement ArchiveDescriptorFactory Modifier and Type Class Description class
OsgiArchiveDescriptorFactory
ArchiveDescriptorFactory implementation for OSGi environments -
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()
-