Package ca.uhn.fhir.test.utilities.jpa
Class JpaModelScannerAndVerifier
java.lang.Object
ca.uhn.fhir.test.utilities.jpa.JpaModelScannerAndVerifier
This class is only used at build-time. It scans the various Hibernate entity classes
and enforces various rules (appropriate table names, no duplicate names, etc.)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidscanEntities(String... thePackageNames) This is really only useful for unit tests, do not call otherwise
-
Field Details
-
MAX_COL_LENGTH
- See Also:
-
-
Constructor Details
-
JpaModelScannerAndVerifier
public JpaModelScannerAndVerifier()
-
-
Method Details
-
scanEntities
This is really only useful for unit tests, do not call otherwise- Throws:
IOExceptionClassNotFoundException
-