Jakarta Persistence (JPA) Method
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- iftrue, attempt to create schemas, otherwise, assume the schemas already exist
- Since:
- Jakarta Persistence (JPA) 1.0