Interface CMPPolicy.KeyElementAccessor
-
- All Known Implementing Classes:
CMPPolicy.KeyIsElementAccessor
- Enclosing class:
- CMPPolicy
protected static interface CMPPolicy.KeyElementAccessor
INTERNAL: This is the interface used to encapsulate the the type of key class element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttributeName()
org.eclipse.persistence.internal.helper.DatabaseField
getDatabaseField()
DatabaseMapping
getMapping()
Object
getValue(Object object, org.eclipse.persistence.internal.sessions.AbstractSession session)
boolean
isNestedAccessor()
void
setValue(Object object, Object value)
-
-
-
Method Detail
-
getAttributeName
String getAttributeName()
-
getDatabaseField
org.eclipse.persistence.internal.helper.DatabaseField getDatabaseField()
-
getMapping
DatabaseMapping getMapping()
-
getValue
Object getValue(Object object, org.eclipse.persistence.internal.sessions.AbstractSession session)
-
isNestedAccessor
boolean isNestedAccessor()
-
-