Package google.registry.persistence
Class NoopJpaEntityScanner
- java.lang.Object
-
- org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
-
- org.hibernate.boot.archive.scan.internal.StandardScanner
-
- google.registry.persistence.NoopJpaEntityScanner
-
- All Implemented Interfaces:
org.hibernate.boot.archive.scan.spi.Scanner
public class NoopJpaEntityScanner extends org.hibernate.boot.archive.scan.internal.StandardScanner
A do-nothingScanner
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.
-
-
Constructor Summary
Constructors Constructor Description NoopJpaEntityScanner()
-
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)
-
-
-
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 interfaceorg.hibernate.boot.archive.scan.spi.Scanner
- Overrides:
scan
in classorg.hibernate.boot.archive.scan.spi.AbstractScannerImpl
-
-