Package | Description |
---|---|
org.apache.openjpa.json | |
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(Collection<OpenJPAStateManager> sms,
javax.persistence.metamodel.Metamodel model) |
JSON |
JSONObjectFormatter.encode(javax.persistence.metamodel.Metamodel model) |
JSON |
JSONObjectFormatter.writeOut(Collection<OpenJPAStateManager> sms,
javax.persistence.metamodel.Metamodel model,
String title,
String desc,
String uri,
OutputStream out) |
JSON |
JSONObjectFormatter.writeOut(javax.persistence.metamodel.Metamodel model,
String title,
String desc,
String uri,
OutputStream out) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.