EclipseLink JPA-RS 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.rs.service
Class JPARSApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.eclipse.persistence.jpa.rs.service.JPARSApplication

public class JPARSApplication
extends javax.ws.rs.core.Application

Config class for JPA-RS REST service. This class should remain dependant only on classes from the specification since it is designed to work with both Jersey 1.x and Jersey 2.x.

See Also:
ServicePathDefinition
Author:
tware

Constructor Summary
JPARSApplication()
           
 
Method Summary
 java.util.Set<java.lang.Class<?>> getClasses()
           
 
Methods inherited from class javax.ws.rs.core.Application
getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPARSApplication

public JPARSApplication()
Method Detail

getClasses

public java.util.Set<java.lang.Class<?>> getClasses()
Overrides:
getClasses in class javax.ws.rs.core.Application

EclipseLink JPA-RS 2.4.2, build 'v20130514-5956486' API Reference