blob: 4163dab2b635d83c18bb85b3f75ecb8b53a581e1 [file] [log] [blame]
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>5.&nbsp;Per-Slice Properties</title><link rel="stylesheet" href="css/docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="manual.html" title="Apache OpenJPA User's Guide"><link rel="up" href="ref_guide_slice.html" title="Chapter&nbsp;12.&nbsp; Distributed Persistence"><link rel="prev" href="ch26s04.html" title="4.&nbsp;Global Properties"><link rel="next" href="ref_guide_integration.html" title="Chapter&nbsp;13.&nbsp; Third Party Integration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.&nbsp;Per-Slice Properties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch26s04.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;12.&nbsp;
Distributed Persistence
</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ref_guide_integration.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e31599"></a>5.&nbsp;Per-Slice Properties</h2></div></div></div><p>
Any OpenJPA property can be configured for each individual slice. The property name
is of the form <code class="code">openjpa.slice.[Logical slice name].[OpenJPA Property Name]</code>.
For example, <code class="code">openjpa.slice.One.ConnectionURL</code> where <code class="code">One</code>
is the logical slice name and <code class="code">ConnectionURL</code> is an OpenJPA property
name.
</p><p>
If a property is not configured for a specific slice, then the value for
the property equals to the corresponding <code class="code">openjpa.*</code> property.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch26s04.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ref_guide_slice.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ref_guide_integration.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4.&nbsp;Global Properties&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="manual.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;13.&nbsp;
Third Party Integration
</td></tr></table></div></body></html>