public class SimpleCollectionMappingStrategy extends SimpleArrayMappingStrategy
attr, attributes, ec, mmd, name, op, type| Constructor and Description |
|---|
SimpleCollectionMappingStrategy(org.datanucleus.state.ObjectProvider sm,
org.datanucleus.metadata.AbstractMemberMetaData mmd,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
fetch()
Fetches the value(s) from LDAP
|
void |
insert(Object value)
Inserts the given value(s) into LDAP.
|
protected void |
store(Object value) |
void |
update(Object value)
Updates the given value(s) in LDAP.
|
fetchBooleanArrayField, fetchBooleanObjectArrayField, fetchByteArrayField, fetchByteObjectArrayField, fetchCharacterObjectArrayField, fetchCharArrayField, fetchDoubleArrayField, fetchDoubleObjectArrayField, fetchEnumArrayField, fetchFloatArrayField, fetchFloatObjectArrayField, fetchIntArrayField, fetchIntegerObjectArrayField, fetchLongArrayField, fetchLongObjectArrayField, fetchShortArrayField, fetchShortObjectArrayField, fetchStringArrayField, getAttributeNames, storeBooleanArrayField, storeBooleanObjectArrayField, storeByteArrayField, storeByteObjectArrayField, storeCharacterObjectArrayField, storeCharArrayField, storeDoubleArrayField, storeDoubleObjectArrayField, storeFloatArrayField, storeFloatObjectArrayField, storeIntArrayField, storeIntegerObjectArrayField, storeLongArrayField, storeLongObjectArrayField, storeObjectArrayField, storeShortArrayField, storeShortObjectArrayField, storeStringListpublic SimpleCollectionMappingStrategy(org.datanucleus.state.ObjectProvider sm,
org.datanucleus.metadata.AbstractMemberMetaData mmd,
Attributes attributes)
public Object fetch()
AbstractMappingStrategyfetch in class SimpleArrayMappingStrategypublic void insert(Object value)
AbstractMappingStrategyinsert in class SimpleArrayMappingStrategyvalue - the value(s)public void update(Object value)
AbstractMappingStrategyupdate in class SimpleArrayMappingStrategyvalue - the value(sprotected void store(Object value)
store in class SimpleArrayMappingStrategyCopyright © 2016. All rights reserved.