Module org.eclipse.persistence.core
Class CMPPolicy.KeyIsElementAccessor
- java.lang.Object
-
- org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- All Implemented Interfaces:
Serializable,CMPPolicy.KeyElementAccessor
- Enclosing class:
- CMPPolicy
protected static final class CMPPolicy.KeyIsElementAccessor extends Object implements CMPPolicy.KeyElementAccessor, Serializable
INTERNAL: This class will be used when the keyClass is a primitive- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattributeNameprotected DatabaseFielddatabaseFieldprotected DatabaseMappingmapping
-
Constructor Summary
Constructors Constructor Description KeyIsElementAccessor(String attributeName, DatabaseField databaseField, DatabaseMapping mapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()DatabaseFieldgetDatabaseField()DatabaseMappinggetMapping()ObjectgetValue(Object object, AbstractSession session)booleanisNestedAccessor()voidsetValue(Object object, Object value)
-
-
-
Field Detail
-
attributeName
protected String attributeName
-
databaseField
protected DatabaseField databaseField
-
mapping
protected DatabaseMapping mapping
-
-
Constructor Detail
-
KeyIsElementAccessor
public KeyIsElementAccessor(String attributeName, DatabaseField databaseField, DatabaseMapping mapping)
-
-
Method Detail
-
getAttributeName
public String getAttributeName()
- Specified by:
getAttributeNamein interfaceCMPPolicy.KeyElementAccessor
-
getDatabaseField
public DatabaseField getDatabaseField()
- Specified by:
getDatabaseFieldin interfaceCMPPolicy.KeyElementAccessor
-
getMapping
public DatabaseMapping getMapping()
- Specified by:
getMappingin interfaceCMPPolicy.KeyElementAccessor
-
getValue
public Object getValue(Object object, AbstractSession session)
- Specified by:
getValuein interfaceCMPPolicy.KeyElementAccessor
-
isNestedAccessor
public boolean isNestedAccessor()
- Specified by:
isNestedAccessorin interfaceCMPPolicy.KeyElementAccessor
-
setValue
public void setValue(Object object, Object value)
- Specified by:
setValuein interfaceCMPPolicy.KeyElementAccessor
-
-