Uses of Class
org.apache.openjpa.xmlstore.ObjectData
Packages that use ObjectData
-
Uses of ObjectData in org.apache.openjpa.xmlstore
Methods in org.apache.openjpa.xmlstore that return ObjectDataModifier and TypeMethodDescriptionXMLStore.getData
(ClassMetaData meta) Return all datas for the base class of the given type.XMLStore.getData
(ClassMetaData meta, Object oid) Return the data for the given oid, or null if it does not exist.Method parameters in org.apache.openjpa.xmlstore with type arguments of type ObjectDataModifier and TypeMethodDescriptionvoid
XMLStore.endTransaction
(Collection<ObjectData> updates, Collection<ObjectData> deletes) End the datastore transaction.