void create(
boolean createSchemas
)
Create database objects mapped by entities belonging to the persistence unit.
If a DDL operation fails, the behavior is undefined. A provider may throw an exception, or it may ignore the problem and continue.
- Parameters:
createSchemas
- if {@code true} , attempt to create schemas, otherwise, assume the schemas already exist
- Since:
- JPA 3.2