Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


oracle.eclipselink.coherence.integrated.internal
Class InternalProperties

java.lang.Object
  extended by oracle.eclipselink.coherence.integrated.internal.InternalProperties


public abstract class InternalProperties
extends java.lang.Object

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.

Since:
Oracle TopLink 11g (11.1.1.0.0)
Author:
gyorke

Field Summary
static java.lang.String CACHE_WRAPPER
          This is the property name that will be used in each descriptor to store the class reference for the cache wrapper for a particular class.
static java.lang.String DESCRIPTOR_INITIALIZED
          This property is used by the Cache Loader initialization to track what descriptors have been initialized

 

Constructor Summary
InternalProperties()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

CACHE_WRAPPER

public static final java.lang.String CACHE_WRAPPER
This is the property name that will be used in each descriptor to store the class reference for the cache wrapper for a particular class.
See Also:
Constant Field Values

DESCRIPTOR_INITIALIZED

public static final java.lang.String DESCRIPTOR_INITIALIZED
This property is used by the Cache Loader initialization to track what descriptors have been initialized
See Also:
Constant Field Values

Constructor Detail

InternalProperties

public InternalProperties()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.