Class JPADatasourceEntityScanner

java.lang.Object
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
org.exoplatform.commons.persistence.impl.JPADatasourceEntityScanner
All Implemented Interfaces:
org.hibernate.boot.archive.scan.spi.Scanner

public class JPADatasourceEntityScanner extends org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
A specific hibernate scanner to allow injecting JPA Entities into EntityManagerFactory
  • 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
     
    JPADatasourceEntityScanner(org.hibernate.boot.archive.spi.ArchiveDescriptorFactory value)
     
  • Method Summary

    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 params)
     

    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 Details

    • JPADatasourceEntityScanner

      public JPADatasourceEntityScanner()
    • JPADatasourceEntityScanner

      public JPADatasourceEntityScanner(org.hibernate.boot.archive.spi.ArchiveDescriptorFactory value)
  • Method Details

    • 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 params)
      Specified by:
      scan in interface org.hibernate.boot.archive.scan.spi.Scanner
      Overrides:
      scan in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl