Uses of Package
org.hibernate.boot.archive.spi
-
Packages that use org.hibernate.boot.archive.spi 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.internal 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 org.jboss.as.jpa.hibernate5 -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.boot Class Description ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.InputStreamAccess Contract for building InputStreams, especially in on-demand situations -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.boot.archive.internal Class Description ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.JarFileEntryUrlAdjuster Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust<jar-file/>
URL's defined inpersistence.xml
files. -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.boot.archive.scan.spi Class Description ArchiveContext Describes the context for visiting the entries within an archiveArchiveDescriptor Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.ArchiveEntry Represent an entry in the archive.ArchiveEntryHandler Handler for archive entries, based on the classified type of the entryInputStreamAccess Contract for building InputStreams, especially in on-demand situations -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.boot.archive.spi Class Description ArchiveContext Describes the context for visiting the entries within an archiveArchiveDescriptor Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.ArchiveEntry Represent an entry in the archive.ArchiveEntryHandler Handler for archive entries, based on the classified type of the entryInputStreamAccess Contract for building InputStreams, especially in on-demand situations -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.boot.spi Class Description ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.InputStreamAccess Contract for building InputStreams, especially in on-demand situations -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.osgi Class Description ArchiveContext Describes the context for visiting the entries within an archiveArchiveDescriptor Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances. -
Classes in org.hibernate.boot.archive.spi used by org.hibernate.testing.boot Class Description ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances. -
Classes in org.hibernate.boot.archive.spi used by org.jboss.as.jpa.hibernate5 Class Description ArchiveContext Describes the context for visiting the entries within an archiveArchiveDescriptor Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.InputStreamAccess Contract for building InputStreams, especially in on-demand situationsJarFileEntryUrlAdjuster Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust<jar-file/>
URL's defined inpersistence.xml
files.