|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.descriptors.ClassDescriptor
oracle.toplink.descriptors.RelationalDescriptor
oracle.toplink.objectrelational.ObjectRelationalDescriptor
public class ObjectRelationalDescriptor
Purpose: Differenciates object-relational descriptors from normal relational descriptors. The object-relational descriptor describes a type not a table, (although there is normally a table associated with the type, unless it is aggregate).
| Field Summary |
|---|
| Fields inherited from class oracle.toplink.descriptors.ClassDescriptor |
|---|
DO_NOT_SEND_CHANGES, INVALIDATE_CHANGED_OBJECTS, ISOLATE_CACHE_AFTER_TRANSACTION, ISOLATE_CACHE_ALWAYS, ISOLATE_NEW_DATA_AFTER_TRANSACTION, SEND_NEW_OBJECTS_WITH_CHANGES, SEND_OBJECT_CHANGES, UNDEFINED_ISOLATATION, UNDEFINED_OBJECT_CHANGE_BEHAVIOR, USE_SESSION_CACHE_AFTER_TRANSACTION |
| Constructor Summary | |
|---|---|
ObjectRelationalDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addFieldOrdering(java.lang.String fieldName)
Order the fields in a specific Add the field ordering, this will order the fields in the order this method is called. |
java.lang.String |
getStructureName()
Return the name of the structure. |
boolean |
isObjectRelationalDescriptor()
Return if this is an ObjectRelationalDescriptor. |
void |
setStructureName(java.lang.String structureName)
Set the name of the structure. |
| Methods inherited from class oracle.toplink.descriptors.RelationalDescriptor |
|---|
addTableName, getTableName, getTableNames, setDefaultTableName, setTableName, setTableNames, setTableQualifier |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectRelationalDescriptor()
| Method Detail |
|---|
public void addFieldOrdering(java.lang.String fieldName)
fieldName - the name of the field to add ordering on.public java.lang.String getStructureName()
public boolean isObjectRelationalDescriptor()
isObjectRelationalDescriptor in class ClassDescriptorpublic void setStructureName(java.lang.String structureName)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||