|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.mappings.DatabaseMapping
oracle.toplink.mappings.ForeignReferenceMapping
oracle.toplink.mappings.ObjectReferenceMapping
Purpose: Abstract class for 1:1, varibale 1:1 and reference mappings
Method Summary | |
void |
useProxyIndirection() PUBLIC: Set this mapping to use Proxy Indirection. |
void |
useProxyIndirection(java.lang.Class targetInterface) PUBLIC: Set this mapping to use Proxy Indirection. |
void |
useProxyIndirection(java.lang.Class[] targetInterfaces) PUBLIC: Set this mapping to use Proxy Indirection. |
Methods inherited from class oracle.toplink.mappings.DatabaseMapping |
getAttributeAccessor, getAttributeClassification, getAttributeName, getGetMethodName, getProperty, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public void useProxyIndirection()
Proxy
and InvocationHandler
features of JDK 1.3 to provide "transparent indirection" for 1:1 relationships. In order to use Proxy Indirection:
toString
is called on the proxy the real object data is retrieved from the database. By default, use the target class' full list of interfaces for the proxy.public void useProxyIndirection(java.lang.Class[] targetInterfaces)
Proxy
and InvocationHandler
features of JDK 1.3 to provide "transparent indirection" for 1:1 relationships. In order to use Proxy Indirection:
toString
is called on the proxy the real object data is retrieved from the database.public void useProxyIndirection(java.lang.Class targetInterface)
Proxy
and InvocationHandler
features of JDK 1.3 to provide "transparent indirection" for 1:1 relationships. In order to use Proxy Indirection:
toString
is called on the proxy the real object data is retrieved from the database.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |