EclipseLink JPA-RS 2.4.0, build 'v20120608-r11652' API Reference

org.eclipse.persistence.jpa.rs
Class Service

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.ServiceBase
      extended by org.eclipse.persistence.jpa.rs.Service

public class Service
extends ServiceBase

JAX-RS application interface JPA-RS

Author:
dclarke
Since:
EclipseLink 2.4.0

Field Summary
 
Fields inherited from class org.eclipse.persistence.jpa.rs.ServiceBase
factory, RELATIONSHIP_PARTNER
 
Constructor Summary
Service()
           
 
Method Summary
 void setPersistenceFactory(PersistenceFactory factory)
           
 
Methods inherited from class org.eclipse.persistence.jpa.rs.ServiceBase
addMapping, addQueries, buildDescriptor, callSessionBean, create, delete, find, findAttribute, getContexts, getDescriptorMetadata, getHintMap, getParameterMap, getPersistenceFactory, getQueriesMetadata, getQuery, getQueryMetadata, getSingleHeader, getTypes, marshallMetadata, namedQuery, namedQuerySingleResult, namedQueryUpdate, removeAttribute, setOrAddAttribute, unmarshallSessionBeanCall, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

setPersistenceFactory

public void setPersistenceFactory(PersistenceFactory factory)

EclipseLink JPA-RS 2.4.0, build 'v20120608-r11652' API Reference