Package | Description |
---|---|
org.apache.openjpa.persistence.jest |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JSON |
JSONObjectFormatter.encode(java.util.Collection<OpenJPAStateManager> sms,
javax.persistence.metamodel.Metamodel model) |
JSON |
JSONObjectFormatter.encode(javax.persistence.metamodel.Metamodel model) |
JSON |
JSONObjectFormatter.writeOut(java.util.Collection<OpenJPAStateManager> sms,
javax.persistence.metamodel.Metamodel model,
java.lang.String title,
java.lang.String desc,
java.lang.String uri,
java.io.OutputStream out) |
JSON |
JSONObjectFormatter.writeOut(javax.persistence.metamodel.Metamodel model,
java.lang.String title,
java.lang.String desc,
java.lang.String uri,
java.io.OutputStream out) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.