Uses of Class
org.apache.openjpa.xmlstore.ObjectData

Uses of ObjectData in org.apache.openjpa.xmlstore
 

Methods in org.apache.openjpa.xmlstore that return ObjectData
 ObjectData[] XMLStore.getData(org.apache.openjpa.meta.ClassMetaData meta)
          Return all datas for the base class of the given type.
 ObjectData XMLStore.getData(org.apache.openjpa.meta.ClassMetaData meta, java.lang.Object oid)
          Return the data for the given oid, or null if it does not exist.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.