Package org.jboss.as.jpa.hibernate
Class HibernateArchiveScanner
java.lang.Object
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
org.jboss.as.jpa.hibernate.HibernateArchiveScanner
- All Implemented Interfaces:
org.hibernate.boot.archive.scan.spi.Scanner
public class HibernateArchiveScanner
extends org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
implements org.hibernate.boot.archive.scan.spi.Scanner
Annotation scanner for Hibernate. Essentially just passes along the VFS-based ArchiveDescriptorFactory
- Author:
- Steve Ebersole
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl, org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
resolveNonRootUrl, scan, validateReuseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.boot.archive.scan.spi.Scanner
scan
-
Constructor Details
-
HibernateArchiveScanner
public HibernateArchiveScanner()
-