Example usage for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory INSTANCE

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

Introduction

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

Prototype

StandardArchiveDescriptorFactory INSTANCE

To view the source code for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory INSTANCE.

Click Source Link

Document

Singleton access

Usage

From source file:de.micromata.genome.jpa.impl.JpaWithExtLibrariesScanner.java

License:Apache License

public JpaWithExtLibrariesScanner() {
    this(StandardArchiveDescriptorFactory.INSTANCE);
}