public abstract class IntegrationProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADDITIONAL_POF_CLASSES
This persistence unit or system level property can be used to specify a list of classes that must be added to the automatic POF configuration but may not be found by TopLink Grid when scanning the JPA metadata and entity classes.
|
static java.lang.String |
ALLOW_CLASS_TYPE_IN_MULTIPLE_GRAPHS
In general multiple instances of the same entity can not be in multiple graphs when cached as an entity aggregate.
|
static java.lang.String |
ALLOW_FETCHGROUPS_FOR_GRID_READ
This property can be used when fetch groups are used to partially load data from the database but the descriptor has been configured for GridRead.
|
static java.lang.String |
CACHE_NAME
Deprecated.
use "eclipselink.coherence.cache.name"
|
static java.lang.String |
COHERENCE_CACHE_NAME
This is the property name that will be used in each descriptor to store the name of the Coherence Cache.
|
static java.lang.String |
COHERENCE_CONFIG_URI
This is the property name that is used to specify the URI of the Coherence cache config that should be used.
|
static java.lang.String |
FILTER_FACTORY_CLASS_NAME
This is the property name that is used to specify a specific FilterFactory implementation to be used to translate EclipseLink queries to Coherence Filters.
|
static java.lang.String |
INDEXED
This is the property name that will be used to notify TopLink-Grid that a Coherence Index is to be created for this attribute.
|
static java.lang.String |
IS_NOT_ECLIPSELINK
This is a SYSTEM level property used to notify the TopLink-Grid serializer that the current VM is operating without EclipseLink.
|
static java.lang.String |
POF_ID_OVERRIDES
The AutoPOF framework will attempt to assign POF user type ids based on the class name.
|
static java.lang.String |
TRANSLATION_FAILURE_POLICY
This is the property name that is used to specify a specific QueryTranslationFailurePolicy implementation to be used to resolve failures to translate a Query.
|
static java.lang.String |
USE_TOPLINK_ID_CLASSES
This is the property name that is used to specify that native TopLink Primary Key information should be used in the cache instead of the JPA PK classes.
|
Constructor and Description |
---|
IntegrationProperties() |
public static final java.lang.String CACHE_NAME
This property name can be used in API or using the @Property annotation.
public static final java.lang.String IS_NOT_ECLIPSELINK
public static final java.lang.String COHERENCE_CACHE_NAME
This property name can be used in API or using the @Property annotation.
public static final java.lang.String INDEXED
public class Broker implements Serializable, PortableObject{ ...
See Also:
org.eclipse.persistence.mappings.DatabaseMapping#setProperty(String, Object)
, Property
, Constant Field Values
public static final java.lang.String FILTER_FACTORY_CLASS_NAME
public static final java.lang.String TRANSLATION_FAILURE_POLICY
public static final java.lang.String USE_TOPLINK_ID_CLASSES
public static final java.lang.String COHERENCE_CONFIG_URI
public static final java.lang.String ALLOW_CLASS_TYPE_IN_MULTIPLE_GRAPHS
public static final java.lang.String ALLOW_FETCHGROUPS_FOR_GRID_READ
public static final java.lang.String ADDITIONAL_POF_CLASSES
public static final java.lang.String POF_ID_OVERRIDES
Properties
, Constant Field Values