summaryrefslogtreecommitdiff
path: root/war/WEB-INF/datastore-indexes.xml
blob: 98f13c039df5360074a15d6b72f1445cfed9d0fd (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<datastore-indexes autoGenerate="true">
    <datastore-index kind="student" ancestor="true" source="manual">
        <property name="last-name" direction="asc" />
        <property name="first-name" direction="asc" />
    </datastore-index>
</datastore-indexes>