blob: 48459be077ad140b218cda86fe9fadf465bba632 [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 (version 1.7.0_55) on Thu May 15 17:23:36 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>WSDataStoreFactory (Apache Gora 0.4 API)</title>
<meta name="date" content="2014-05-15">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WSDataStoreFactory (Apache Gora 0.4 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/WSDataStoreFactory.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/gora/store/ws/impl/WSDataStoreBase.html" title="class in org.apache.gora.store.ws.impl"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/gora/store/ws/impl/WSDataStoreFactory.html" target="_top">Frames</a></li>
<li><a href="WSDataStoreFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All 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="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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.gora.store.ws.impl</div>
<h2 title="Class WSDataStoreFactory" class="title">Class WSDataStoreFactory</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.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>org.apache.gora.store.ws.impl.WSDataStoreFactory</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">WSDataStoreFactory</span>
extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">A Factory for <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>s. DataStoreFactory instances are thread-safe.</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>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#AUTO_CREATE_SCHEMA">AUTO_CREATE_SCHEMA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#DATASTORE">DATASTORE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#GORA">GORA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#GORA_DEFAULT_DATASTORE_KEY">GORA_DEFAULT_DATASTORE_KEY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#GORA_DEFAULT_PROPERTIES_FILE">GORA_DEFAULT_PROPERTIES_FILE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#INPUT_PATH">INPUT_PATH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.slf4j.Logger</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#log">log</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#MAPPING_FILE">MAPPING_FILE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#OUTPUT_PATH">OUTPUT_PATH</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#properties">properties</a></strong></code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#SCHEMA_NAME">SCHEMA_NAME</a></strong></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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>D</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object)">createDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>D</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.util.Properties)">createDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>D</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.util.Properties, java.lang.String)">createDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>D</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.lang.String)">createDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createProps()">createProps</a></strong>()</code>
<div class="block">Creates a new <a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#findBooleanProperty(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String, java.lang.String)">findBooleanProperty</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#findProperty(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String, java.lang.String)">findProperty</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Tries to find a property with the given baseKey.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#findPropertyOrDie(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String)">findPropertyOrDie</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey)</code>
<div class="block">Tries to find a property with the given baseKey.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getAutoCreateSchema(java.util.Properties, org.apache.gora.store.DataStore)">getAutoCreateSchema</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>D</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object)">getDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br><a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getDataStore(java.lang.Class, java.lang.Class, java.lang.Object)">getDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)</code>
<div class="block">Instantiate <i>the default</i> <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br><a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getDataStore(java.lang.String, java.lang.Class, java.lang.Class, java.lang.Object)">getDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br><a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getDataStore(java.lang.String, java.lang.String, java.lang.String, java.lang.Object)">getDataStore</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keyClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)</code>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getDefaultSchemaName(java.util.Properties, org.apache.gora.store.DataStore)">getDefaultSchemaName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</code>
<div class="block">Gets the default schema name of a given store class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getInputPath(java.util.Properties, org.apache.gora.store.DataStore)">getInputPath</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</code>
<div class="block">Returns the input path as read from the properties for file-backed data stores.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getMappingFile(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String)">getMappingFile</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#getOutputPath(java.util.Properties, org.apache.gora.store.DataStore)">getOutputPath</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</code>
<div class="block">Returns the output path as read from the properties for file-backed data stores.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<br>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#setDefaultSchemaName(java.util.Properties, java.lang.Class, java.lang.String)">setDefaultSchemaName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</code>
<div class="block">Sets the default schema name to be used by the datastore of the given class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#setDefaultSchemaName(java.util.Properties, java.lang.String)">setDefaultSchemaName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</code>
<div class="block">Sets the default schema name.</div>
</td>
</tr>
</table>
<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://download.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://download.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://download.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://download.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://download.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://download.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://download.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://download.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://download.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://download.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://download.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://download.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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="log">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static final&nbsp;org.slf4j.Logger log</pre>
</li>
</ul>
<a name="GORA_DEFAULT_PROPERTIES_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GORA_DEFAULT_PROPERTIES_FILE</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GORA_DEFAULT_PROPERTIES_FILE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.GORA_DEFAULT_PROPERTIES_FILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GORA_DEFAULT_DATASTORE_KEY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GORA_DEFAULT_DATASTORE_KEY</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GORA_DEFAULT_DATASTORE_KEY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.GORA_DEFAULT_DATASTORE_KEY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GORA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GORA</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GORA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.GORA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DATASTORE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATASTORE</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DATASTORE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.DATASTORE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AUTO_CREATE_SCHEMA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_CREATE_SCHEMA</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> AUTO_CREATE_SCHEMA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.AUTO_CREATE_SCHEMA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INPUT_PATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INPUT_PATH</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INPUT_PATH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.INPUT_PATH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="OUTPUT_PATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUTPUT_PATH</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OUTPUT_PATH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.OUTPUT_PATH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MAPPING_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAPPING_FILE</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MAPPING_FILE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.MAPPING_FILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SCHEMA_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMA_NAME</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SCHEMA_NAME</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.gora.store.ws.impl.WSDataStoreFactory.SCHEMA_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="properties">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>properties</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a> properties</pre>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
<div class="block">Do not use! Deprecated because it shares system wide state.
Use <a href="../../../../../../org/apache/gora/store/ws/impl/WSDataStoreFactory.html#createProps()"><code>createProps()</code></a> instead.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="createProps()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createProps</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;createProps()</pre>
<div class="block">Creates a new <a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a>. It adds the default gora configuration
resources. This properties object can be modified and used to instantiate
store instances. It is recommended to use a properties object for a single
store, because the properties object is passed on to store initialization
methods that are able to store the properties as a field.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The new properties object.</dd></dl>
</li>
</ul>
<a name="createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDataStore</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;D&nbsp;createDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistent</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDataStore</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;D&nbsp;createDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistent</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd><dd><code>schemaName</code> - A default schemaname that will be put on the properties.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.util.Properties, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDataStore</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;D&nbsp;createDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistent</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd><dd><code>properties</code> - The properties to be used be the store.</dd><dd><code>schemaName</code> - A default schemaname that will be put on the properties.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="createDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object, java.util.Properties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDataStore</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;D&nbsp;createDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistent</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd><dd><code>properties</code> - The properties to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="getDataStore(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataStore</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;D&nbsp;getDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistentClass</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="getDataStore(java.lang.String, java.lang.Class, java.lang.Class, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataStore</h4>
<pre>public static&nbsp;&lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;&nbsp;getDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class <i>as string</i>.</dd><dd><code>keyClass</code> - The key class.</dd><dd><code>persistentClass</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="getDataStore(java.lang.String, java.lang.String, java.lang.String, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataStore</h4>
<pre>public static&nbsp;&lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;&nbsp;getDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keyClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;persistentClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate a new <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataStoreClass</code> - The datastore implementation class <i>as string</i>.</dd><dd><code>keyClass</code> - The key class <i>as string</i>.</dd><dd><code>persistentClass</code> - The value class <i>as string</i>.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="getDataStore(java.lang.Class, java.lang.Class, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataStore</h4>
<pre>public static&nbsp;&lt;K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;&nbsp;getDataStore(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;keyClass,
<a href="http://download.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;persistent,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;auth)
throws <a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></pre>
<div class="block">Instantiate <i>the default</i> <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store"><code>DataStore</code></a>. Uses default properties. Uses 'null' schema.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keyClass</code> - The key class.</dd><dd><code>persistent</code> - The value class.</dd><dd><code>conf</code> - <code>Configuration</code> to be used be the store.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new store instance.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/gora/util/GoraException.html" title="class in org.apache.gora.util">GoraException</a></code></dd></dl>
</li>
</ul>
<a name="findProperty(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findProperty</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;findProperty(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
<div class="block">Tries to find a property with the given baseKey. First the property
key constructed as "gora.&lt;classname&gt;.&lt;baseKey&gt;" is searched.
If not found, the property keys for all superclasses is recursively
tested. Lastly, the property key constructed as
"gora.datastore.&lt;baseKey&gt;" is searched.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the first found value, or defaultValue</dd></dl>
</li>
</ul>
<a name="findPropertyOrDie(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findPropertyOrDie</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;findPropertyOrDie(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey)
throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Tries to find a property with the given baseKey. First the property
key constructed as "gora.&lt;classname&gt;.&lt;baseKey&gt;" is searched.
If not found, the property keys for all superclasses is recursively
tested. Lastly, the property key constructed as
"gora.datastore.&lt;baseKey&gt;" is searched.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the first found value, or throws IOException</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="findBooleanProperty(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findBooleanProperty</h4>
<pre>public static&nbsp;boolean&nbsp;findBooleanProperty(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseKey,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
</li>
</ul>
<a name="getAutoCreateSchema(java.util.Properties, org.apache.gora.store.DataStore)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAutoCreateSchema</h4>
<pre>public static&nbsp;boolean&nbsp;getAutoCreateSchema(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</pre>
</li>
</ul>
<a name="getInputPath(java.util.Properties, org.apache.gora.store.DataStore)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputPath</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getInputPath(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</pre>
<div class="block">Returns the input path as read from the properties for file-backed data stores.</div>
</li>
</ul>
<a name="getOutputPath(java.util.Properties, org.apache.gora.store.DataStore)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputPath</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOutputPath(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</pre>
<div class="block">Returns the output path as read from the properties for file-backed data stores.</div>
</li>
</ul>
<a name="getMappingFile(java.util.Properties, org.apache.gora.store.DataStore, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMappingFile</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMappingFile(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
</li>
</ul>
<a name="getDefaultSchemaName(java.util.Properties, org.apache.gora.store.DataStore)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultSchemaName</h4>
<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefaultSchemaName(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;?,?&gt;&nbsp;store)</pre>
<div class="block">Gets the default schema name of a given store class</div>
</li>
</ul>
<a name="setDefaultSchemaName(java.util.Properties, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDefaultSchemaName</h4>
<pre>public static&nbsp;void&nbsp;setDefaultSchemaName(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</pre>
<div class="block">Sets the default schema name.</div>
</li>
</ul>
<a name="setDefaultSchemaName(java.util.Properties, java.lang.Class, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setDefaultSchemaName</h4>
<pre>public static&nbsp;&lt;D extends <a href="../../../../../../org/apache/gora/store/DataStore.html" title="interface in org.apache.gora.store">DataStore</a>&lt;K,T&gt;,K,T extends <a href="../../../../../../org/apache/gora/persistency/Persistent.html" title="interface in org.apache.gora.persistency">Persistent</a>&gt;&nbsp;void&nbsp;setDefaultSchemaName(<a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;D&gt;&nbsp;dataStoreClass,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaName)</pre>
<div class="block">Sets the default schema name to be used by the datastore of the given class</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/WSDataStoreFactory.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/gora/store/ws/impl/WSDataStoreBase.html" title="class in org.apache.gora.store.ws.impl"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/gora/store/ws/impl/WSDataStoreFactory.html" target="_top">Frames</a></li>
<li><a href="WSDataStoreFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All 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="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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; 2010-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>