Uses of Interface
org.apache.openjpa.persistence.jest.JSON

Packages that use JSON
org.apache.openjpa.persistence.jest   
 

Uses of JSON in org.apache.openjpa.persistence.jest
 

Classes in org.apache.openjpa.persistence.jest that implement JSON
 class JSONObject
          A JSON instance for persistence.
static class JSONObject.Array
          An array of objects.
static class JSONObject.KVMap
          A map whose key or value can be JSON.
 

Methods in org.apache.openjpa.persistence.jest that return JSON
 JSON JSONObjectFormatter.encode(Collection<OpenJPAStateManager> sms, Metamodel model)
           
 JSON JSONObjectFormatter.encode(Metamodel model)
           
 JSON JSONObjectFormatter.writeOut(Collection<OpenJPAStateManager> sms, Metamodel model, String title, String desc, String uri, OutputStream out)
           
 JSON JSONObjectFormatter.writeOut(Metamodel model, String title, String desc, String uri, OutputStream out)
           
 



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