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 Details

    • buildArchiveDescriptor

      public org.hibernate.boot.archive.spi.ArchiveDescriptor buildArchiveDescriptor(URL url, String entryBase)
      Specified by:
      buildArchiveDescriptor in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
      Overrides:
      buildArchiveDescriptor in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory