blob: 6c17bcd64662a31644884924c056fca7e7394668 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Dec 06 14:36:23 CET 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ODataJPAServiceFactory (olingo-odata2-parent 2.0.10 API)</title>
<meta name="date" content="2017-12-06">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ODataJPAServiceFactory (olingo-odata2-parent 2.0.10 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":6,"i5":10,"i6":10,"i7":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ODataJPAServiceFactory.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAResponseBuilder.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATombstoneContext.html" title="class in org.apache.olingo.odata2.jpa.processor.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html" target="_top">Frames</a></li>
<li><a href="ODataJPAServiceFactory.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.olingo.odata2.api.ODataServiceFactory">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.olingo.odata2.jpa.processor.api</div>
<h2 title="Class ODataJPAServiceFactory" class="title">Class ODataJPAServiceFactory</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">org.apache.olingo.odata2.api.ODataServiceFactory</a></li>
<li>
<ul class="inheritance">
<li>org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/ref/web/JPAReferenceServiceFactory.html" title="class in org.apache.olingo.odata2.jpa.processor.ref.web">JPAReferenceServiceFactory</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">ODataJPAServiceFactory</span>
extends <a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">ODataServiceFactory</a></pre>
<div class="block"><p>
Extend this factory class and create own instance of <a href="../../../../../../../org/apache/olingo/odata2/api/ODataService.html" title="interface in org.apache.olingo.odata2.api"><code>ODataService</code></a> that
transforms Java Persistence
Models into an OData Service. The factory class instantiates instances of
type <a href="../../../../../../../org/apache/olingo/odata2/api/edm/provider/EdmProvider.html" title="class in org.apache.olingo.odata2.api.edm.provider"><code>EdmProvider</code></a> and
<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html" title="class in org.apache.olingo.odata2.api.processor"><code>ODataSingleProcessor</code></a>. The OData
JPA Processor library provides a default implementation for EdmProvider and
OData Single Processor.
</p>
<p>
The factory implementation is passed as servlet init parameter to a JAX-RS
runtime which will instantiate a <a href="../../../../../../../org/apache/olingo/odata2/api/ODataService.html" title="interface in org.apache.olingo.odata2.api"><code>ODataService</code></a> implementation using this factory.
</p>
<p>
<b>Mandatory:</b> Implement the abstract method initializeODataJPAContext. Fill
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPAContext</code></a> with context
values.
</p>
<b>Sample Configuration:</b>
<pre> <code>
&lt;servlet&gt;
&lt;servlet-name&gt;ReferenceScenarioServlet&lt;/servlet-name&gt;
&lt;servlet-class&gt;org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet&lt;/servlet-class&gt;
&lt;init-param&gt;
&lt;param-name&gt;javax.ws.rs.Application&lt;/param-name&gt;
&lt;param-value&gt;org.apache.olingo.odata2.core.rest.ODataApplication&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;org.apache.olingo.odata2.service.factory&lt;/param-name&gt;
&lt;param-value&gt;foo.bar.sample.service.SampleProcessorFactory&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;org.apache.olingo.odata2.path.split&lt;/param-name&gt;
&lt;param-value&gt;2&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
&lt;/servlet&gt;
</code> </pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.olingo.odata2.api.ODataServiceFactory">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.olingo.odata2.api.<a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">ODataServiceFactory</a></h3>
<code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#ACCEPT_FORM_ENCODING">ACCEPT_FORM_ENCODING</a>, <a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#FACTORY_CLASSLOADER_LABEL">FACTORY_CLASSLOADER_LABEL</a>, <a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#FACTORY_INSTANCE_LABEL">FACTORY_INSTANCE_LABEL</a>, <a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#FACTORY_LABEL">FACTORY_LABEL</a>, <a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#PATH_SPLIT_LABEL">PATH_SPLIT_LABEL</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#ODataJPAServiceFactory--">ODataJPAServiceFactory</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html" title="class in org.apache.olingo.odata2.api.processor">ODataSingleProcessor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#createCustomODataProcessor-org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext-">createCustomODataProcessor</a></span>(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a>&nbsp;oDataJPAContext)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataService.html" title="interface in org.apache.olingo.odata2.api">ODataService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#createService-org.apache.olingo.odata2.api.processor.ODataContext-">createService</a></span>(<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataContext.html" title="interface in org.apache.olingo.odata2.api.processor">ODataContext</a>&nbsp;ctx)</code>
<div class="block">Creates an OData Service based on the values set in
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPAContext</code></a> and
<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataContext.html" title="interface in org.apache.olingo.odata2.api.processor"><code>ODataContext</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;T extends <a href="../../../../../../../org/apache/olingo/odata2/api/ODataCallback.html" title="interface in org.apache.olingo.odata2.api">ODataCallback</a>&gt;<br>T</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#getCallback-java.lang.Class-">getCallback</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;callbackInterface)</code>
<div class="block">A service can return implementation classes for various callback interfaces.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#getODataJPAContext--">getODataJPAContext</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#initializeODataJPAContext--">initializeODataJPAContext</a></span>()</code>
<div class="block">Implement this method and initialize OData JPA Context.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#setDetailErrors-boolean-">setDetailErrors</a></span>(boolean&nbsp;setDetailErrors)</code>
<div class="block">The method sets the context whether a detail error message should be thrown
or a less detail error message should be thrown by the library.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#setODataJPATransaction-org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction-">setODataJPATransaction</a></span>(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATransaction.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPATransaction</a>&nbsp;oDataJPATransaction)</code>
<div class="block">The methods sets the context with a callback implementation for JPA transaction specific content.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html#setOnWriteJPAContent-org.apache.olingo.odata2.jpa.processor.api.OnJPAWriteContent-">setOnWriteJPAContent</a></span>(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/OnJPAWriteContent.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">OnJPAWriteContent</a>&nbsp;onJPAWriteContent)</code>
<div class="block">The methods sets the context with a callback implementation for JPA provider specific content.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.olingo.odata2.api.ODataServiceFactory">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.olingo.odata2.api.<a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">ODataServiceFactory</a></h3>
<code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#createODataSingleProcessorService-org.apache.olingo.odata2.api.edm.provider.EdmProvider-org.apache.olingo.odata2.api.processor.ODataSingleProcessor-">createODataSingleProcessorService</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ODataJPAServiceFactory--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ODataJPAServiceFactory</h4>
<pre>public&nbsp;ODataJPAServiceFactory()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="initializeODataJPAContext--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeODataJPAContext</h4>
<pre>public abstract&nbsp;<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a>&nbsp;initializeODataJPAContext()
throws <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/exception/ODataJPARuntimeException.html" title="class in org.apache.olingo.odata2.jpa.processor.api.exception">ODataJPARuntimeException</a></pre>
<div class="block">Implement this method and initialize OData JPA Context. It is mandatory
to set an instance of type <code>EntityManagerFactory</code> into the context. An exception of type
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/exception/ODataJPARuntimeException.html" title="class in org.apache.olingo.odata2.jpa.processor.api.exception"><code>ODataJPARuntimeException</code></a> is thrown if
EntityManagerFactory is not initialized. <br>
<br>
<b>Sample Code:</b> <code>
<p>public class JPAReferenceServiceFactory extends ODataJPAServiceFactory{</p>
<blockquote>private static final String PUNIT_NAME = "punit";
<br>
public ODataJPAContext initializeODataJPAContext() {
<blockquote>ODataJPAContext oDataJPAContext = this.getODataJPAContext();
<br>
EntityManagerFactory emf = Persistence.createEntityManagerFactory(PUNIT_NAME);
<br>
oDataJPAContext.setEntityManagerFactory(emf);
oDataJPAContext.setPersistenceUnitName(PUNIT_NAME);
<br> return oDataJPAContext;</blockquote>
}</blockquote>
} </code>
<p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an instance of type <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPAContext</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/exception/ODataJPARuntimeException.html" title="class in org.apache.olingo.odata2.jpa.processor.api.exception">ODataJPARuntimeException</a></code></dd>
</dl>
</li>
</ul>
<a name="createService-org.apache.olingo.odata2.api.processor.ODataContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createService</h4>
<pre>public final&nbsp;<a href="../../../../../../../org/apache/olingo/odata2/api/ODataService.html" title="interface in org.apache.olingo.odata2.api">ODataService</a>&nbsp;createService(<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataContext.html" title="interface in org.apache.olingo.odata2.api.processor">ODataContext</a>&nbsp;ctx)
throws <a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataException.html" title="class in org.apache.olingo.odata2.api.exception">ODataException</a></pre>
<div class="block">Creates an OData Service based on the values set in
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPAContext</code></a> and
<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataContext.html" title="interface in org.apache.olingo.odata2.api.processor"><code>ODataContext</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#createService-org.apache.olingo.odata2.api.processor.ODataContext-">createService</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">ODataServiceFactory</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - OData context object</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A new service instance.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataException.html" title="class in org.apache.olingo.odata2.api.exception">ODataException</a></code> - in case of error</dd>
</dl>
</li>
</ul>
<a name="createCustomODataProcessor-org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCustomODataProcessor</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html" title="class in org.apache.olingo.odata2.api.processor">ODataSingleProcessor</a>&nbsp;createCustomODataProcessor(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a>&nbsp;oDataJPAContext)</pre>
</li>
</ul>
<a name="getODataJPAContext--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getODataJPAContext</h4>
<pre>public final&nbsp;<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPAContext</a>&nbsp;getODataJPAContext()
throws <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/exception/ODataJPARuntimeException.html" title="class in org.apache.olingo.odata2.jpa.processor.api.exception">ODataJPARuntimeException</a></pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an instance of type <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAContext.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPAContext</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/exception/ODataJPARuntimeException.html" title="class in org.apache.olingo.odata2.jpa.processor.api.exception">ODataJPARuntimeException</a></code></dd>
</dl>
</li>
</ul>
<a name="getCallback-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCallback</h4>
<pre>public&nbsp;&lt;T extends <a href="../../../../../../../org/apache/olingo/odata2/api/ODataCallback.html" title="interface in org.apache.olingo.odata2.api">ODataCallback</a>&gt;&nbsp;T&nbsp;getCallback(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;callbackInterface)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#getCallback-java.lang.Class-">ODataServiceFactory</a></code></span></div>
<div class="block">A service can return implementation classes for various callback interfaces.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html#getCallback-java.lang.Class-">getCallback</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/olingo/odata2/api/ODataServiceFactory.html" title="class in org.apache.olingo.odata2.api">ODataServiceFactory</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>callbackInterface</code> - a interface type to query for implementation</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a callback implementation for this interface or null</dd>
</dl>
</li>
</ul>
<a name="setOnWriteJPAContent-org.apache.olingo.odata2.jpa.processor.api.OnJPAWriteContent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOnWriteJPAContent</h4>
<pre>protected&nbsp;void&nbsp;setOnWriteJPAContent(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/OnJPAWriteContent.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">OnJPAWriteContent</a>&nbsp;onJPAWriteContent)</pre>
<div class="block">The methods sets the context with a callback implementation for JPA provider specific content.
For details refer to <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/OnJPAWriteContent.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>OnJPAWriteContent</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>onJPAWriteContent</code> - is an instance of type
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/OnJPAWriteContent.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>OnJPAWriteContent</code></a></dd>
</dl>
</li>
</ul>
<a name="setODataJPATransaction-org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setODataJPATransaction</h4>
<pre>protected&nbsp;void&nbsp;setODataJPATransaction(<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATransaction.html" title="interface in org.apache.olingo.odata2.jpa.processor.api">ODataJPATransaction</a>&nbsp;oDataJPATransaction)</pre>
<div class="block">The methods sets the context with a callback implementation for JPA transaction specific content.
For details refer to <a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATransaction.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPATransaction</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>oDataJPATransaction</code> - is an instance of type
<a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATransaction.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><code>ODataJPATransaction</code></a></dd>
</dl>
</li>
</ul>
<a name="setDetailErrors-boolean-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setDetailErrors</h4>
<pre>protected&nbsp;void&nbsp;setDetailErrors(boolean&nbsp;setDetailErrors)</pre>
<div class="block">The method sets the context whether a detail error message should be thrown
or a less detail error message should be thrown by the library.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>setDetailErrors</code> - takes
<ul><li>true - to indicate that library should throw a detailed error message</li>
<li>false - to indicate that library should not throw a detailed error message</li>
</ul></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ODataJPAServiceFactory.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPAResponseBuilder.html" title="interface in org.apache.olingo.odata2.jpa.processor.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/olingo/odata2/jpa/processor/api/ODataJPATombstoneContext.html" title="class in org.apache.olingo.odata2.jpa.processor.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/olingo/odata2/jpa/processor/api/ODataJPAServiceFactory.html" target="_top">Frames</a></li>
<li><a href="ODataJPAServiceFactory.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.olingo.odata2.api.ODataServiceFactory">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013-2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>