Class JPARSApplication
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.eclipse.persistence.jpa.rs.service.JPARSApplication
-
@ApplicationPath("/persistence/") public class JPARSApplication extends javax.ws.rs.core.Application
Config class for JPA-RS REST service. This class should remain dependent only on classes from the specification since it is designed to work with both Jersey 1.x and Jersey 2.x.- Author:
- tware
-
-
Constructor Summary
Constructors Constructor Description JPARSApplication()
Instantiates a new jPARS application.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.Class<?>>
getClasses()
void
preDestroy()
Clean up.
-