Class QueryResource
java.lang.Object
org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
org.eclipse.persistence.jpa.rs.resources.QueryResource
@Produces({"application/json","application/xml"})
@Consumes({"application/json","application/xml"})
@Path("/{version : v\\d\\.\\d|latest}/{context}/query/")
public class QueryResource
extends AbstractQueryResource
Query resource.
- Author:
- gonural
-
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 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetQueryOptions(String version, String persistenceUnit, String queryName, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponsenamedQuery(String version, String persistenceUnit, String name, jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo ui) jakarta.ws.rs.core.ResponsenamedQueryUpdate(String version, String persistenceUnit, String name, jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo ui) Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
buildQueryOptionsResponse, namedQueryInternal, namedQueryUpdateInternalMethods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
buildPersistenceContextFactory, getMatrixParameters, getPersistenceContext, getPersistenceFactory, getPersistenceFactory, getQueryParameters, getRelationshipPartner, isValidVersion, marshallMetadata, setPersistenceFactory, setRequestUniqueId
-
Constructor Details
-
QueryResource
public QueryResource()
-
-
Method Details
-
namedQueryUpdate
-
namedQuery
-
getQueryOptions
-