List of usage examples for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory INSTANCE
StandardArchiveDescriptorFactory INSTANCE
To view the source code for org.hibernate.boot.archive.internal StandardArchiveDescriptorFactory INSTANCE.
Click Source Link
From source file:de.micromata.genome.jpa.impl.JpaWithExtLibrariesScanner.java
License:Apache License
public JpaWithExtLibrariesScanner() { this(StandardArchiveDescriptorFactory.INSTANCE); }