/v3.2/nimbits-tds/web/WEB-INF/datastore-indexes.xml
http://nimbits-server.googlecode.com/ · XML · 76 lines · 50 code · 12 blank · 14 comment · 0 complexity · 55d8636cb2cf391ab209cb700f410217 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- ~ Copyright (c) 2010 Tonic Solutions LLC.
- ~
- ~ http://www.nimbits.com
- ~
- ~
- ~ Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
- ~
- ~ http://www.gnu.org/licenses/gpl.html
- ~
- ~ Unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- -->
- <datastore-indexes autoGenerate="true">
- <datastore-index kind="DiagramEntity" ancestor="false" source="manual">
- <property name="categoryFk" direction="asc"/>
- <property name="userFk" direction="asc"/>
- <property name="name" direction="asc"/>
- </datastore-index>
- <datastore-index kind="DataPoint" ancestor="false">
- <property name="catagory" direction="asc"/>
- <property name="userFK" direction="asc"/>
- <property name="name" direction="asc"/>
- </datastore-index>
- <!-- Used 3 times in query history -->
- <datastore-index kind="PointCatagory" ancestor="false" source="auto">
- <property name="userFK" direction="asc"/>
- <property name="name" direction="asc"/>
- </datastore-index>
- <!-- Used 3 times in query history -->
- <datastore-index kind="DataPoint" ancestor="false" source="auto">
- <property name="catID" direction="asc"/>
- <property name="userFK" direction="asc"/>
- <property name="name" direction="asc"/>
- </datastore-index>
- <datastore-index kind="DataPoint" ancestor="false">
- <property name="userFK" direction="asc"/>
- <property name="name" direction="desc"/>
- </datastore-index>
- <datastore-index kind="RecordedValue" ancestor="false">
- <property name="pointFK" direction="asc"/>
- <property name="timestamp" direction="asc"/>
- <property name="pointFK" direction="desc"/>
- <property name="timestamp" direction="desc"/>
- </datastore-index>
- <datastore-index kind="RecordedValue" ancestor="false" source="manual">
- <property name="pointFK" direction="asc"/>
- <property name="timestamp" direction="asc"/>
- </datastore-index>
- <datastore-index kind="RecordedValue" ancestor="false" source="manual">
- <property name="pointFK" direction="asc"/>
- <property name="timestamp" direction="desc"/>
- </datastore-index>
- <datastore-index kind="ConnectionRequest" ancestor="false" source="manual">
- <property name="approved" direction="asc"/>
- <property name="targetEmail" direction="asc"/>
- <property name="requestDate" direction="desc"/>
- </datastore-index>
- <datastore-index kind="DiagramEntity" ancestor="false" source="manual">
- <property name="categoryFk" direction="asc"/>
- <property name="userFk" direction="asc"/>
- <property name="name" direction="asc"/>
- </datastore-index>
- </datastore-indexes>