Uses of Interface
org.apache.openjpa.persistence.jest.JPAServletContext
Packages that use JPAServletContext
-
Uses of JPAServletContext in org.apache.openjpa.persistence.jest
Classes in org.apache.openjpa.persistence.jest that implement JPAServletContextModifier and TypeClassDescriptionclassAn operational context combines apersistence contextand a HTTP execution context expressed as arequestandresponse.Fields in org.apache.openjpa.persistence.jest declared as JPAServletContextMethods in org.apache.openjpa.persistence.jest that return JPAServletContextModifier and TypeMethodDescriptionJESTCommand.getExecutionContext()Get the execution context of this command.Methods in org.apache.openjpa.persistence.jest with parameters of type JPAServletContextModifier and TypeMethodDescriptionvoidJSONObjectFormatter.encode(Object obj, JPAServletContext ctx) protected voidJESTServlet.handleError(JPAServletContext ctx, Throwable t) Constructors in org.apache.openjpa.persistence.jest with parameters of type JPAServletContextModifierConstructorDescriptionProcessingException(JPAServletContext ctx, Throwable error) ProcessingException(JPAServletContext ctx, Throwable error, int errorCode) ProcessingException(JPAServletContext ctx, Throwable error, Localizer.Message message) ProcessingException(JPAServletContext ctx, Throwable error, Localizer.Message message, int errorCode) ProcessingException(JPAServletContext ctx, Localizer.Message message, int errorCode)