EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation

org.eclipse.persistence.jpa.config
Class EntityManagerProperties

java.lang.Object
  extended by org.eclipse.persistence.jpa.config.EntityManagerProperties

public class EntityManagerProperties
extends java.lang.Object

The class defines TopLink properties' names. This properties are specific to an EnityManger and should be passed to createEntityManager methods of EntityManagerFactory. Property values are usually case-insensitive with some common sense exceptions, for instance class names.


Field Summary
static java.lang.String JOIN_EXISTING_TRANSACTION
           
static java.lang.String PERSISTENCE_CONTEXT_REFERENCE_MODE
           
 
Constructor Summary
EntityManagerProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOIN_EXISTING_TRANSACTION

public static final java.lang.String JOIN_EXISTING_TRANSACTION
See Also:
Constant Field Values

PERSISTENCE_CONTEXT_REFERENCE_MODE

public static final java.lang.String PERSISTENCE_CONTEXT_REFERENCE_MODE
See Also:
Constant Field Values
Constructor Detail

EntityManagerProperties

public EntityManagerProperties()

EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation