Uses of Class
org.apache.openjpa.xmlstore.ObjectData
-
Packages that use ObjectData Package Description org.apache.openjpa.xmlstore XML Store -
-
Uses of ObjectData in org.apache.openjpa.xmlstore
Methods in org.apache.openjpa.xmlstore that return ObjectData Modifier and Type Method Description ObjectData[]
XMLStore. getData(ClassMetaData meta)
Return all datas for the base class of the given type.ObjectData
XMLStore. getData(ClassMetaData meta, java.lang.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 ObjectData Modifier and Type Method Description void
XMLStore. endTransaction(java.util.Collection<ObjectData> updates, java.util.Collection<ObjectData> deletes)
End the datastore transaction.
-