Uses of Interface
javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier

Packages that use PersistenceCapable.ObjectIdFieldSupplier
javax.jdo.spi This package contains the interfaces and classes used by JDO implementations. 
 

Uses of PersistenceCapable.ObjectIdFieldSupplier in javax.jdo.spi
 

Subinterfaces of PersistenceCapable.ObjectIdFieldSupplier in javax.jdo.spi
static interface PersistenceCapable.ObjectIdFieldManager
          This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.
 

Methods in javax.jdo.spi with parameters of type PersistenceCapable.ObjectIdFieldSupplier
 void JDOImplHelper.copyKeyFieldsToObjectId(java.lang.Class pcClass, PersistenceCapable.ObjectIdFieldSupplier fm, java.lang.Object oid)
          Copy fields from an outside source to the key fields in the ObjectId.
 void PersistenceCapable.jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier fm, java.lang.Object oid)
          Copy fields from an outside source to the key fields in the ObjectId.
 



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