public interface JPAServletContext
persistence context and utility functions within
 which all JEST commands execute.| Modifier and Type | Method and Description | 
|---|---|
OpenJPAEntityManager | 
getPersistenceContext()
Get the persistence context of the operational context. 
 | 
String | 
getPersistenceUnitName()
Get the persistence unit name. 
 | 
javax.servlet.http.HttpServletRequest | 
getRequest()
Get the HTTP Request. 
 | 
String | 
getRequestURI()
Get the requested URI. 
 | 
javax.servlet.http.HttpServletResponse | 
getResponse()
Get the HTTP Response. 
 | 
void | 
log(short level,
   String message)
Logging message. 
 | 
ClassMetaData | 
resolve(String alias)
Resolve the given alias to meta-data of the persistent type. 
 | 
OpenJPAEntityManager getPersistenceContext()
String getPersistenceUnitName()
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
String getRequestURI()
ClassMetaData resolve(String alias)
alias - a moniker for the Java type. It can be fully qualified type name or entity name
 or simple name of the actual persistent Java class.raises - runtime exception if the given name can not be identified to a persistent
 Java type.void log(short level,
         String message)
level - OpenJPA defined log levels. Invalid levels will print the message on console.message - a printable message.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.