Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.adfinternal.model.adapter.toplink
Interface TopLinkADFConstants

All Known Implementing Classes:
PersistenceManager, TopLinkDataControl

public interface TopLinkADFConstants

Purpose: TopLink related constants that are ADF specific.

Description: Constants for application parameters.


Field Summary
static java.lang.String ACCESSOR_ADD_METHOD
          TopLink specific declaration for an add method to be used by an Accessor on Row creation.
static java.lang.String ACCESSOR_INSERT_METHOD
          TopLink specific declaration for an insert method to be used by an Accessor on Row creation.
static java.lang.String ACCESSOR_REMOVE_METHOD
          TopLink specific declaration for a remove method to be used by an Accessor on Row removal.
static java.lang.String ASSIGN_SEQUENCE_NUMBERS_ON_CREATE
          Parameter indicating that sequence numbers should be assigned on object creation
static java.lang.String DEPLOYMENT_DESCRIPTOR_PATH
          Parameter key for the TopLink Deployment Descriptor location
static java.lang.String PERSIST_METHOD_NAME
          Static representing the constant persist method name for detached objects
static java.lang.String PERSIST_METHOD_PARAM_NAME
          Static representing the constant persist method parameter name for detached objects
static java.lang.String SESSION_NAME
          Parameter key for the TopLink Session name to be used
static java.lang.String SESSIONS_XML_PATH
          Parameter key for the TopLink sessions.xml location
static java.lang.String SHOULD_PERFORM_DELETES_FIRST
          Parameter indicating that the associated UnitOfWork should perform deletes first upon commit
static java.lang.String TOPLINK_DEFINITION
           
 

Field Detail

TOPLINK_DEFINITION

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

DEPLOYMENT_DESCRIPTOR_PATH

static final java.lang.String DEPLOYMENT_DESCRIPTOR_PATH
Parameter key for the TopLink Deployment Descriptor location

See Also:
Constant Field Values

SESSIONS_XML_PATH

static final java.lang.String SESSIONS_XML_PATH
Parameter key for the TopLink sessions.xml location

See Also:
Constant Field Values

SESSION_NAME

static final java.lang.String SESSION_NAME
Parameter key for the TopLink Session name to be used

See Also:
Constant Field Values

ASSIGN_SEQUENCE_NUMBERS_ON_CREATE

static final java.lang.String ASSIGN_SEQUENCE_NUMBERS_ON_CREATE
Parameter indicating that sequence numbers should be assigned on object creation

See Also:
Constant Field Values

SHOULD_PERFORM_DELETES_FIRST

static final java.lang.String SHOULD_PERFORM_DELETES_FIRST
Parameter indicating that the associated UnitOfWork should perform deletes first upon commit

See Also:
Constant Field Values

ACCESSOR_ADD_METHOD

static final java.lang.String ACCESSOR_ADD_METHOD
TopLink specific declaration for an add method to be used by an Accessor on Row creation.

See Also:
Constant Field Values

ACCESSOR_REMOVE_METHOD

static final java.lang.String ACCESSOR_REMOVE_METHOD
TopLink specific declaration for a remove method to be used by an Accessor on Row removal.

See Also:
Constant Field Values

ACCESSOR_INSERT_METHOD

static final java.lang.String ACCESSOR_INSERT_METHOD
TopLink specific declaration for an insert method to be used by an Accessor on Row creation.

See Also:
Constant Field Values

PERSIST_METHOD_NAME

static final java.lang.String PERSIST_METHOD_NAME
Static representing the constant persist method name for detached objects

See Also:
Constant Field Values

PERSIST_METHOD_PARAM_NAME

static final java.lang.String PERSIST_METHOD_PARAM_NAME
Static representing the constant persist method parameter name for detached objects

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.