public interface PersistenceContextRef extends PersistenceRef
| Modifier and Type | Field and Description |
|---|---|
static int |
SYNCHRONIZATION_SYNCHRONIZED
Represents "Synchronized" for
getTypeValue(). |
static int |
SYNCHRONIZATION_UNSPECIFIED
Represents an unspecified value for
getSynchronizationValue(). |
static int |
SYNCHRONIZATION_UNSYNCHRONIZED
Represents "Unsynchronized" for
getTypeValue(). |
static int |
TYPE_EXTENDED
Represents "Extended" for
getTypeValue(). |
static int |
TYPE_TRANSACTION
Represents "Transaction" for
getTypeValue(). |
static int |
TYPE_UNSPECIFIED
Represents an unspecified value for
getTypeValue(). |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
getProperties() |
int |
getSynchronizationValue() |
int |
getTypeValue() |
getPersistenceUnitNamegetInjectionTargets, getMappedNamegetNamegetDescriptionsstatic final int TYPE_UNSPECIFIED
getTypeValue().static final int TYPE_TRANSACTION
getTypeValue().org.eclipse.jst.j2ee.common.PersistenceContextType#TRANSACTION,
Constant Field Valuesstatic final int TYPE_EXTENDED
getTypeValue().org.eclipse.jst.j2ee.common.PersistenceContextType#EXTENDED,
Constant Field Valuesstatic final int SYNCHRONIZATION_UNSPECIFIED
getSynchronizationValue().static final int SYNCHRONIZATION_SYNCHRONIZED
getTypeValue().static final int SYNCHRONIZATION_UNSYNCHRONIZED
getTypeValue().int getTypeValue()
TYPE_UNSPECIFIED if unspecified
TYPE_TRANSACTION - Transaction
TYPE_EXTENDED - Extended
int getSynchronizationValue()
SYNCHRONIZATION_UNSPECIFIED if unspecified
SYNCHRONIZATION_SYNCHRONIZED - Synchronized
SYNCHRONIZATION_UNSYNCHRONIZED - Unsynchronized
java.util.List<Property> getProperties()