Uses of Class
org.apache.openjpa.xmlstore.ObjectData
-
Uses of ObjectData in org.apache.openjpa.xmlstore
Modifier 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.Modifier and TypeMethodDescriptionvoid
XMLStore.endTransaction
(Collection<ObjectData> updates, Collection<ObjectData> deletes) End the datastore transaction.