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
Modifier and TypeMethodDescriptionorg.eclipse.persistence.internal.helper.DatabaseField
boolean
void
-
Method Details
-
getAttributeName
String getAttributeName() -
getDatabaseField
org.eclipse.persistence.internal.helper.DatabaseField getDatabaseField() -
getMapping
DatabaseMapping getMapping() -
getValue
-
setValue
-
isNestedAccessor
boolean isNestedAccessor()
-