javax.jdo.spi
Interface PersistenceCapable.ObjectIdFieldManager

All Superinterfaces:
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldSupplier
Enclosing interface:
PersistenceCapable

public static interface PersistenceCapable.ObjectIdFieldManager
extends PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldSupplier

This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.


Method Summary
 
Methods inherited from interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeObjectField, storeShortField, storeStringField
 
Methods inherited from interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
fetchBooleanField, fetchByteField, fetchCharField, fetchDoubleField, fetchFloatField, fetchIntField, fetchLongField, fetchObjectField, fetchShortField, fetchStringField
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.