Package | Description |
---|---|
javax.persistence.spi |
SPI for Java Persistence providers
|
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.