Package org.jboss.as.jpa.hibernate
Class VirtualFileSystemArchiveDescriptorFactory
java.lang.Object
org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
org.jboss.as.jpa.hibernate.VirtualFileSystemArchiveDescriptorFactory
- All Implemented Interfaces:
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory,org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
public class VirtualFileSystemArchiveDescriptorFactory
extends org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
In Hibernate terms, the ArchiveDescriptorFactory contract is used to plug in handling for how to deal
with archives in various systems. For JBoss, that means its VirtualFileSystem API.
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.archive.spi.ArchiveDescriptorbuildArchiveDescriptor(URL url, String entryBase) Methods inherited from class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
adjustJarFileEntryUrl, buildArchiveDescriptor, extractLocalFilePath, getJarURLFromURLEntry
-
Method Details
-
buildArchiveDescriptor
public org.hibernate.boot.archive.spi.ArchiveDescriptor buildArchiveDescriptor(URL url, String entryBase) - Specified by:
buildArchiveDescriptorin interfaceorg.hibernate.boot.archive.spi.ArchiveDescriptorFactory- Overrides:
buildArchiveDescriptorin classorg.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
-