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, storeStringList
public SimpleCollectionMappingStrategy(org.datanucleus.state.ObjectProvider sm, org.datanucleus.metadata.AbstractMemberMetaData mmd, Attributes attributes)
public Object fetch()
AbstractMappingStrategy
fetch
in class SimpleArrayMappingStrategy
public void insert(Object value)
AbstractMappingStrategy
insert
in class SimpleArrayMappingStrategy
value
- the value(s)public void update(Object value)
AbstractMappingStrategy
update
in class SimpleArrayMappingStrategy
value
- the value(sprotected void store(Object value)
store
in class SimpleArrayMappingStrategy
Copyright © 2020. All rights reserved.