Class NoopJpaEntityScanner

  • All Implemented Interfaces:
    org.hibernate.boot.archive.scan.spi.Scanner

    public class NoopJpaEntityScanner
    extends org.hibernate.boot.archive.scan.internal.StandardScanner
    A do-nothing Scanner for Hibernate that works around bugs in Hibernate's default implementation. This is required for the Nomulus tool.

    Please refer to persistence.xml for more information.

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.boot.archive.scan.spi.ScanResult scan​(org.hibernate.boot.archive.scan.spi.ScanEnvironment environment, org.hibernate.boot.archive.scan.spi.ScanOptions options, org.hibernate.boot.archive.scan.spi.ScanParameters parameters)  
      • Methods inherited from class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl

        resolveNonRootUrl, validateReuse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoopJpaEntityScanner

        public NoopJpaEntityScanner()
    • Method Detail

      • scan

        public org.hibernate.boot.archive.scan.spi.ScanResult scan​(org.hibernate.boot.archive.scan.spi.ScanEnvironment environment,
                                                                   org.hibernate.boot.archive.scan.spi.ScanOptions options,
                                                                   org.hibernate.boot.archive.scan.spi.ScanParameters parameters)
        Specified by:
        scan in interface org.hibernate.boot.archive.scan.spi.Scanner
        Overrides:
        scan in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl