|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.fieldmanager.AbstractFieldManager
org.datanucleus.store.types.sco.UnsetOwners
public class UnsetOwners
Utility class to handle the unsetting of owner fields.
| Constructor Summary | |
|---|---|
UnsetOwners()
|
|
| Method Summary | |
|---|---|
void |
storeObjectField(int fieldNumber,
java.lang.Object value)
Method to store an object field value in the object at the specified field position. |
| Methods inherited from class org.datanucleus.store.fieldmanager.AbstractFieldManager |
|---|
fetchBooleanField, fetchByteField, fetchCharField, fetchDoubleField, fetchFloatField, fetchIntField, fetchLongField, fetchObjectField, fetchShortField, fetchStringField, storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeShortField, storeStringField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnsetOwners()
| Method Detail |
|---|
public void storeObjectField(int fieldNumber,
java.lang.Object value)
FieldConsumer
storeObjectField in interface FieldConsumerstoreObjectField in class AbstractFieldManagerfieldNumber - Number of the fieldvalue - value to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||