Example usage for org.hibernate.boot.archive.scan.spi Scanner interface-usage

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

Introduction

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

Usage

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

/**
 * Scanner, which looks into class path, and optionally additionally libraries.
 * 
 * @author Roger Rene Kommer (r.kommer.extern@micromata.de)
 * @author Florian Blumenstein
 *

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

/**
 * Annotation scanner for Hibernate.  Essentially just passes along the VFS-based ArchiveDescriptorFactory
 *
 * @author Steve Ebersole
 */
public class HibernateArchiveScanner extends AbstractScannerImpl implements Scanner {