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 interfaceThis interface is a convenience interface that allows an instance to implement bothObjectIdFieldSupplierandObjectIdFieldConsumer.Methods in javax.jdo.spi with parameters of type PersistenceCapable.ObjectIdFieldSupplierModifier and TypeMethodDescriptionvoidJDOImplHelper.copyKeyFieldsToObjectId(Class pcClass, PersistenceCapable.ObjectIdFieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the ObjectId.voidPersistenceCapable.jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the ObjectId.