Package | Description |
---|---|
javax.persistence | |
javax.persistence.spi | |
oracle.toplink.essentials.ejb.cmp3 | |
oracle.toplink.essentials.internal.ejb.cmp3 |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactory |
Persistence.createEntityManagerFactory(String persistenceUnitName)
Create and return an EntityManagerFactory for the
named persistence unit.
|
static EntityManagerFactory |
Persistence.createEntityManagerFactory(String persistenceUnitName,
Map properties)
Create and return an EntityManagerFactory for the
named persistence unit using the given properties.
|
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map map)
Called by the container when an
EntityManagerFactory
is to be created. |
EntityManagerFactory |
PersistenceProvider.createEntityManagerFactory(String emName,
Map map)
Called by Persistence class when an
EntityManagerFactory
is to be created. |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
EntityManagerFactoryProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map properties)
Called by the container when an EntityManagerFactory
is to be created.
|
EntityManagerFactory |
EntityManagerFactoryProvider.createEntityManagerFactory(String emName,
Map properties)
Called by Persistence class when an EntityManagerFactory
is to be created.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryImpl
Purpose: Provides the implementation for the EntityManager Factory.
|
Copyright © 2021. All rights reserved.