Uses of Interface
javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
-
Packages that use PersistenceCapable.ObjectIdFieldSupplier Package Description 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 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.ObjectIdFieldSupplier Modifier and Type Method Description voidJDOImplHelper. 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.
-