javax.jdo.spi

Interface PersistenceCapable.ObjectIdFieldManager

All Superinterfaces:
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldSupplier

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.

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