Uses of Interface
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
-
Packages that use PersistenceCapable.ObjectIdFieldConsumer Package Description javax.jdo.spi This package contains the interfaces and classes used by JDO implementations. -
-
Uses of PersistenceCapable.ObjectIdFieldConsumer in javax.jdo.spi
Subinterfaces of PersistenceCapable.ObjectIdFieldConsumer in javax.jdo.spi Modifier and Type Interface Description static interfacePersistenceCapable.ObjectIdFieldManagerThis interface is a convenience interface that allows an instance to implement bothObjectIdFieldSupplierandObjectIdFieldConsumer.Methods in javax.jdo.spi with parameters of type PersistenceCapable.ObjectIdFieldConsumer Modifier and Type Method Description voidJDOImplHelper. copyKeyFieldsFromObjectId(Class pcClass, PersistenceCapable.ObjectIdFieldConsumer fm, Object oid)Copy fields to an outside source from the key fields in the ObjectId.voidPersistenceCapable. jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer fm, Object oid)Copy fields to an outside consumer from the key fields in the ObjectId.
-