Class PersistenceResource
java.lang.Object
org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
org.eclipse.persistence.jpa.rs.resources.PersistenceResource
@Produces({"application/json","application/xml"})
@Consumes({"application/json","application/xml"})
@Path("/{version : v\\d\\.\\d|latest}/")
public class PersistenceResource
extends AbstractPersistenceResource
Persistence units catalog resource (JPARS version 2.0 and above).
- 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
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
callSessionBean
(String version, jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo ui, InputStream is) jakarta.ws.rs.core.Response
getContexts
(String version, jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo uriInfo) Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
callSessionBeanInternal, getContextsInternal
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
buildPersistenceContextFactory, getMatrixParameters, getPersistenceContext, getPersistenceFactory, getPersistenceFactory, getQueryParameters, getRelationshipPartner, isValidVersion, marshallMetadata, setPersistenceFactory, setRequestUniqueId
-
Constructor Details
-
PersistenceResource
public PersistenceResource()
-
-
Method Details
-
getContexts
@GET public jakarta.ws.rs.core.Response getContexts(@PathParam("version") String version, @Context jakarta.ws.rs.core.HttpHeaders hh, @Context jakarta.ws.rs.core.UriInfo uriInfo) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-
callSessionBean
@POST @Produces("*/*") public jakarta.ws.rs.core.Response callSessionBean(@PathParam("version") String version, @Context jakarta.ws.rs.core.HttpHeaders hh, @Context jakarta.ws.rs.core.UriInfo ui, InputStream is) throws jakarta.xml.bind.JAXBException, ClassNotFoundException, NamingException, NoSuchMethodException, InvocationTargetException, IllegalAccessException - Throws:
jakarta.xml.bind.JAXBException
ClassNotFoundException
NamingException
NoSuchMethodException
InvocationTargetException
IllegalAccessException
-