Module org.eclipse.persistence.core
Interface CMPPolicy.KeyElementAccessor
-
- All Known Implementing Classes:
CMPPolicy.KeyIsElementAccessor
- Enclosing class:
- CMPPolicy
protected static interface CMPPolicy.KeyElementAccessorINTERNAL: 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 StringgetAttributeName()DatabaseFieldgetDatabaseField()DatabaseMappinggetMapping()ObjectgetValue(Object object, AbstractSession session)booleanisNestedAccessor()voidsetValue(Object object, Object value)
-
-
-
Method Detail
-
getAttributeName
String getAttributeName()
-
getDatabaseField
DatabaseField getDatabaseField()
-
getMapping
DatabaseMapping getMapping()
-
getValue
Object getValue(Object object, AbstractSession session)
-
isNestedAccessor
boolean isNestedAccessor()
-
-