Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adf.model.generic.toplink
Interface TopLinkADFConstants

All Known Implementing Classes:
PersistenceManager

Deprecated. - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes.

public interface TopLinkADFConstants

Purpose: TopLink related constants that are ADF specific.

Description: Constants for application parameters.


Field Summary
static java.lang.String ASSIGN_SEQUENCE_NUMBERS_ON_CREATE_KEY
          Deprecated. Parameter indicating that sequence numbers should be assigned on object creation
static java.lang.String DEPLOYMENT_DESCRIPTOR_LOCATION_KEY
          Deprecated. Parameter key for the TopLink Deployment Descriptor location
static java.lang.String SESSION_NAME_KEY
          Deprecated. Parameter key for the TopLink Session name to be used
static java.lang.String SESSIONS_XML_LOCATION_KEY
          Deprecated. Parameter key for the TopLink sessions.xml location
static java.lang.String SHOULD_PERFORM_DELETES_FIRST_KEY
          Deprecated. Parameter indicating that the associated UnitOfWork should perform deletes first upon commit
 

Field Detail

DEPLOYMENT_DESCRIPTOR_LOCATION_KEY

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

See Also:
Constant Field Values

SESSIONS_XML_LOCATION_KEY

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

See Also:
Constant Field Values

SESSION_NAME_KEY

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

See Also:
Constant Field Values

ASSIGN_SEQUENCE_NUMBERS_ON_CREATE_KEY

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

See Also:
Constant Field Values

SHOULD_PERFORM_DELETES_FIRST_KEY

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

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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