public class JPADynamicHelper
extends DynamicHelper
| Constructor and Description |
|---|
JPADynamicHelper(EntityManager em) |
JPADynamicHelper(EntityManagerFactory emf) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypes(boolean createMissingTables,
boolean generateFKConstraints,
DynamicType... types)
Add one or more EntityType instances to a session and optionally generate
needed tables with or without FK constraints.
|