Package org.apache.openjpa.persistence.jest
-
Interface Summary Interface Description Constants Static String constantsJESTCommand Interface for JEST commands.JPAServletContext An operating context provides apersistence context
and utility functions within which all JEST commands execute.JSON A generic interface for a JSON encoded instance.ObjectFormatter<T> A parameterized interface defines the protocol for convertingmanaged
persistence instances or a persistentdomain model
into a form suitable for transport to a language-neutral client such as an web browser. -
Class Summary Class Description Closure Computes closure of a collection of managed objects.IOR String reference of a managed object.JESTContext An operational context combines apersistence context
and a HTTP execution context expressed as arequest
andresponse
.JESTServlet A specialized HTTP servlet to interpret HTTP requests as Java Persistent API commands on a running persistence unit.JSONObject A JSON instance for persistence.JSONObject.Array An array of objects.JSONObject.KVMap A map whose key or value can be JSON.JSONObjectFormatter Marshals a root instance and its persistent closure as JSON object.MetamodelHelper MetamodelHelper.AttributeComparator Compares attribute by their category and within the same category by name.PropertiesCommand Represents configuration properties in HTML.PrototypeFactory<K,T> A factory for a specific type of objects registered by a key.TokenReplacedStream Reads from an input stream and writes to an output stream after replacing matched tokens by their counterpart.TokenReplacedStream.Pattern XMLFormatter Marshals a root instance and its persistent closure as an XML element. -
Enum Summary Enum Description JESTCommand.Format Supported format monikers.MetamodelHelper.AttributeCategory Attribute Category makes a finer distinction over PersistentAttributeType declared inAttribute.PersistentAttributeType
such as id, version, lob or enum. -
Exception Summary Exception Description ProcessingException Specialized RuntimException thrown by JEST commands.