| Package | Description |
|---|---|
| javax.persistence.spi |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map map)
Called by the container when an
EntityManagerFactory is to be created. |
void |
PersistenceProvider.generateSchema(PersistenceUnitInfo info,
Map map)
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied
properties.
|
Copyright © 2020. All rights reserved.