|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.persistence.Persistence
public class Persistence
Bootstrap class that is used to obtain an EntityManagerFactory.
| Field Summary | |
|---|---|
static String |
PERSISTENCE_PROVIDER
Persistence Provider property with a typo for its value ! |
protected static Set<PersistenceProvider> |
providers
Set of persistence providers. |
| Constructor Summary | |
|---|---|
Persistence()
|
|
| Method Summary | |
|---|---|
static EntityManagerFactory |
createEntityManagerFactory(String persistenceUnitName)
Create and return an EntityManagerFactory for the named persistence unit. |
static EntityManagerFactory |
createEntityManagerFactory(String persistenceUnitName,
Map properties)
Create and return an EntityManagerFactory for the named persistence unit using the given properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PERSISTENCE_PROVIDER
protected static final Set<PersistenceProvider> providers
| Constructor Detail |
|---|
public Persistence()
| Method Detail |
|---|
public static EntityManagerFactory createEntityManagerFactory(String persistenceUnitName)
persistenceUnitName - The name of the persistence unit
public static EntityManagerFactory createEntityManagerFactory(String persistenceUnitName,
Map properties)
persistenceUnitName - The name of the persistence unitproperties - Additional properties to use when creating the factory.
The values of these properties override any values that may have
been configured elsewhere.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||