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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl

    resolveNonRootUrl, scan, validateReuse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.boot.archive.scan.spi.Scanner

    scan
  • Constructor Details

    • HibernateArchiveScanner

      public HibernateArchiveScanner()