Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.adf.model.generic.toplink
Interface TopLinkADFConstants

All Known Implementing Classes:
PersistenceManager

public interface TopLinkADFConstants

Purpose: TopLink related constants that are ADF specific.

Description: Constants for application parameters.

Version:
10.1.2

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

 

Field Detail

DEPLOYMENT_DESCRIPTOR_LOCATION_KEY

public static final java.lang.String DEPLOYMENT_DESCRIPTOR_LOCATION_KEY
Parameter key for the TopLink Deployment Descriptor location
See Also:
Constant Field Values

SESSIONS_XML_LOCATION_KEY

public static final java.lang.String SESSIONS_XML_LOCATION_KEY
Parameter key for the TopLink sessions.xml location
See Also:
Constant Field Values

SESSION_NAME_KEY

public static final java.lang.String SESSION_NAME_KEY
Parameter key for the TopLink Session name to be used
See Also:
Constant Field Values

ASSIGN_SEQUENCE_NUMBERS_ON_CREATE_KEY

public static final java.lang.String ASSIGN_SEQUENCE_NUMBERS_ON_CREATE_KEY
Parameter indicating that sequence numbers should be assigned on object creation
See Also:
Constant Field Values

SHOULD_PERFORM_DELETES_FIRST_KEY

public static final java.lang.String SHOULD_PERFORM_DELETES_FIRST_KEY
Parameter indicating that the associated UnitOfWork should perform deletes first upon commit
See Also:
Constant Field Values

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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