Class SingleResultQueryResource
- java.lang.Object
 - 
- org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 - 
- org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource
 - 
- org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource
 
 
 
 
- 
@Produces({"application/json","application/xml","application/octet-stream"}) @Path("/{context}/singleResultQuery/") public class SingleResultQueryResource extends AbstractSingleResultQueryResourceDeprecated.UseSingleResultQueryResourceinstead.PersistenceResource 
- 
- 
Field Summary
- 
Fields inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
APPLICATION_SCHEMA_JSON, APPLICATION_SCHEMA_JSON_TYPE, factory, SERVICE_VERSION_FORMAT 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SingleResultQueryResource()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponsenamedQuerySingleResult(java.lang.String persistenceUnit, java.lang.String name, javax.ws.rs.core.HttpHeaders hh, javax.ws.rs.core.UriInfo ui)Deprecated.- 
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource
namedQuerySingleResultInternal 
- 
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
buildPersistenceContextFactory, getMatrixParameters, getPersistenceContext, getPersistenceFactory, getPersistenceFactory, getQueryParameters, getRelationshipPartner, isValidVersion, marshallMetadata, setPersistenceFactory, setRequestUniqueId 
 - 
 
 - 
 
- 
- 
Method Detail
- 
namedQuerySingleResult
@GET @Path("{name}") public javax.ws.rs.core.Response namedQuerySingleResult(@PathParam("context") java.lang.String persistenceUnit, @PathParam("name") java.lang.String name, @Context javax.ws.rs.core.HttpHeaders hh, @Context javax.ws.rs.core.UriInfo ui)Deprecated. 
 - 
 
 -