Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerImpl
Implementation of
EntityManager interface. |
Modifier and Type | Method and Description |
---|---|
OpenJPAEntityManagerSPI |
EntityManagerFactoryImpl.createEntityManager() |
OpenJPAEntityManagerSPI |
OpenJPAEntityManagerFactorySPI.createEntityManager() |
OpenJPAEntityManagerSPI |
EntityManagerFactoryImpl.createEntityManager(Map props) |
OpenJPAEntityManagerSPI |
OpenJPAEntityManagerFactorySPI.createEntityManager(Map props) |
OpenJPAEntityManagerSPI |
EntityManagerFactoryImpl.createEntityManager(javax.persistence.SynchronizationType synchronizationType) |
OpenJPAEntityManagerSPI |
EntityManagerFactoryImpl.createEntityManager(javax.persistence.SynchronizationType synchronizationType,
Map props)
Creates and configures a entity manager with the given properties.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.