| Package | Description |
|---|---|
| javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceUnitUtil
Utility interface between the application and the persistence
provider managing the persistence unit.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
Persistence.PersistenceUtilImpl
Implementation of PersistenceUtil interface
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceUtil |
Persistence.getPersistenceUtil()
Return the PersistenceUtil instance
|