EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.rs.resources.common
Class AbstractQueryResource

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
      extended by org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
Direct Known Subclasses:
QueryResource, QueryResource

public abstract class AbstractQueryResource
extends AbstractResource

Author:
gonural

Field Summary
 
Fields inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
factory, SERVICE_VERSION_1_0, SERVICE_VERSION_FORMAT
 
Constructor Summary
AbstractQueryResource()
           
 
Method Summary
protected  javax.ws.rs.core.Response namedQueryInternal(java.lang.String version, java.lang.String persistenceUnit, java.lang.String name, javax.ws.rs.core.HttpHeaders hh, javax.ws.rs.core.UriInfo ui)
           
protected  javax.ws.rs.core.Response namedQueryUpdateInternal(java.lang.String version, java.lang.String persistenceUnit, java.lang.String name, javax.ws.rs.core.HttpHeaders hh, javax.ws.rs.core.UriInfo ui)
           
 
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
buildPersistenceContextFactory, createShellJAXBElementList, getMatrixParameters, getPersistenceContext, getPersistenceFactory, getPersistenceFactory, getQueryParameters, getRelationshipPartner, isValidVersion, marshallMetadata, setPersistenceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractQueryResource

public AbstractQueryResource()
Method Detail

namedQueryUpdateInternal

protected javax.ws.rs.core.Response namedQueryUpdateInternal(java.lang.String version,
                                                             java.lang.String persistenceUnit,
                                                             java.lang.String name,
                                                             javax.ws.rs.core.HttpHeaders hh,
                                                             javax.ws.rs.core.UriInfo ui)

namedQueryInternal

protected javax.ws.rs.core.Response namedQueryInternal(java.lang.String version,
                                                       java.lang.String persistenceUnit,
                                                       java.lang.String name,
                                                       javax.ws.rs.core.HttpHeaders hh,
                                                       javax.ws.rs.core.UriInfo ui)

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference