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
ConstructorsConstructorDescriptionJPADatasourceEntityScanner(org.hibernate.boot.archive.spi.ArchiveDescriptorFactory value) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.archive.scan.spi.ScanResultscan(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
-
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:
scanin interfaceorg.hibernate.boot.archive.scan.spi.Scanner- Overrides:
scanin classorg.hibernate.boot.archive.scan.spi.AbstractScannerImpl
-