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

Packages that use ObjectData
org.apache.openjpa.xmlstore XML Store Simple XML store using the common OpenJPA runtime system as a front end. 
 

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–2013 Apache Software Foundation. All rights reserved.