Uses of Interface
javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Packages that use PersistenceCapable.ObjectIdFieldSupplier
Package
Description
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.spiModifier and TypeInterfaceDescriptionstatic interface
This interface is a convenience interface that allows an instance to implement bothObjectIdFieldSupplier
andObjectIdFieldConsumer
.Methods in javax.jdo.spi with parameters of type PersistenceCapable.ObjectIdFieldSupplierModifier and TypeMethodDescriptionvoid
JDOImplHelper.copyKeyFieldsToObjectId
(Class pcClass, PersistenceCapable.ObjectIdFieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the ObjectId.void
PersistenceCapable.jdoCopyKeyFieldsToObjectId
(PersistenceCapable.ObjectIdFieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the ObjectId.