Example usage for org.hibernate.boot.archive.spi InputStreamAccess interface-usage

List of usage examples for org.hibernate.boot.archive.spi InputStreamAccess interface-usage

Introduction

In this page you can find the example usage for org.hibernate.boot.archive.spi InputStreamAccess interface-usage.

Usage

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

/**
 * InputStreamAccess provides Hibernate with lazy, on-demand access to InputStreams for the various
 * types of resources found during archive scanning.
 *
 * @author Steve Ebersole
 */