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

Packages that use ObjectData
org.apache.openjpa.xmlstore XML Store 
 

Uses of ObjectData in org.apache.openjpa.xmlstore
 

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



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.