| 
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.eclipselink.coherence.IntegrationProperties
public abstract class IntegrationProperties
This abstract class contains the property names used by the EclipseLink-JPA/Coherence integration. These properties are used to configure the JPA persistence-unit and descriptors for the entities that will use Coherence.
| Field Summary | |
|---|---|
static java.lang.String | 
CACHE_NAMEDeprecated. use "eclipselink.coherence.cache.name"  | 
static java.lang.String | 
COHERENCE_CACHE_NAMEThis is the property name that will be used in each descriptor to store the name of the Coherence Cache.  | 
static java.lang.String | 
FILTER_FACTORY_CLASS_NAMEThis 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 | 
INDEXEDThis 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_ECLIPSELINKThis is a SYSTEM level property used to notify the TopLink-Grid serializer that the current VM is operating without EclipseLink.  | 
static java.lang.String | 
TRANSLATION_FAILURE_POLICYThis 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_CLASSESThis is the property name that is uses to specify that native TopLink Primary Key information should be used in the cache instead of the JPA PK classes.  | 
| Constructor Summary | |
|---|---|
IntegrationProperties() | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CACHE_NAME
This property name can be used in API or using the @Property annotation.
ClassDescriptor.setProperty(String, Object), Property, Constant Field Valuespublic 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.
ClassDescriptor.setProperty(String, Object), Property, Constant Field Valuespublic 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 Valuespublic 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
| Constructor Detail | 
|---|
public IntegrationProperties()
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||