Package org.apache.openjpa.json
Class JSONObject
java.lang.Object
org.apache.openjpa.json.JSONObject
- All Implemented Interfaces:
JSON
A JSON instance for persistence.
Persistent instances have a persistent identity that extends beyond the process lifetime unlike other common identity such as identity hash code for a Java instance in a JVM.
A JSONObject instance must need such a persistent identity.
Persistent instances have a persistent identity that extends beyond the process lifetime unlike other common identity such as identity hash code for a Java instance in a JVM.
A JSONObject instance must need such a persistent identity.
- Author:
- Pinaki Poddar
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An array of objects.static class
A map whose key or value can be JSON. -
Field Summary
Fields inherited from interface org.apache.openjpa.json.JSON
ARRAY_EMPTY, ARRAY_END, ARRAY_START, FIELD_SEPARATOR, ID_MARKER, IOR_SEPARTOR, MEMBER_SEPARATOR, NEWLINE, NULL_LITERAL, OBJECT_END, OBJECT_START, QUOTE, REF_MARKER, SPACE, VALUE_SEPARATOR
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JSONObject
-
-
Method Details