public class Persistence
extends java.lang.Object
EntityManagerFactory
in Java SE environments.
The Persistence
class is available in a Java EE
container environment as well; however, support for the Java SE
bootstrapping APIs is not required in container environments.
The Persistence
class is used to obtain a PersistenceUtil
instance in both
Java EE and Java SE environments.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PERSISTENCE_PROVIDER
Deprecated.
|
protected static java.util.Set<PersistenceProvider> |
providers
Deprecated.
|
Constructor and Description |
---|
Persistence() |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactory |
createEntityManagerFactory(java.lang.String persistenceUnitName)
Create and return an EntityManagerFactory for the named
persistence unit.
|
static EntityManagerFactory |
createEntityManagerFactory(java.lang.String persistenceUnitName,
java.util.Map properties)
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
|
static PersistenceUtil |
getPersistenceUtil()
Return the PersistenceUtil instance
|
@Deprecated public static final java.lang.String PERSISTENCE_PROVIDER
@Deprecated protected static final java.util.Set<PersistenceProvider> providers
public static EntityManagerFactory createEntityManagerFactory(java.lang.String persistenceUnitName)
persistenceUnitName
- the name of the persistence unitpublic static EntityManagerFactory createEntityManagerFactory(java.lang.String persistenceUnitName, java.util.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.public static PersistenceUtil getPersistenceUtil()
Copyright © Eclipse.org - EclipseLink Project (2000, 2012). All Rights Reserved. Licensed under the Eclipse Public License v1.0.