org.datanucleus.store.types.sco
Class UnsetOwners
java.lang.Object
org.datanucleus.store.fieldmanager.AbstractFieldManager
org.datanucleus.store.types.sco.UnsetOwners
- All Implemented Interfaces:
- FieldConsumer, FieldManager, FieldSupplier
public class UnsetOwners
- extends AbstractFieldManager
Utility class to handle the unsetting of owner fields.
|
Method Summary |
void |
storeObjectField(int fieldNumber,
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 |
UnsetOwners
public UnsetOwners()
storeObjectField
public void storeObjectField(int fieldNumber,
Object value)
- Description copied from interface:
FieldConsumer
- Method to store an object field value in the object at the specified field position.
- Specified by:
storeObjectField in interface FieldConsumer- Overrides:
storeObjectField in class AbstractFieldManager
- Parameters:
fieldNumber - Number of the fieldvalue - value to store
Copyright © 2012. All Rights Reserved.