Example usage for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory subclass-usage

List of usage examples for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory subclass-usage.

Usage

From source file org.jboss.as.jpa.hibernate5.VirtualFileSystemArchiveDescriptorFactory.java

/**
 * 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
 */