|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.query.execution.IndexTool
public class IndexTool
Constructor Summary | |
---|---|
IndexTool()
|
Method Summary | |
---|---|
static OdbComparable |
buildIndexKey(java.lang.String indexName,
AttributeValuesMap values,
java.lang.String[] fields)
|
static OdbComparable |
buildIndexKey(java.lang.String indexName,
NonNativeObjectInfo oi,
int[] fieldIds)
|
static OdbComparable |
computeKey(ClassInfo ci,
ClassInfoIndex index,
CriteriaQuery query)
Take the fields of the index and take value from the query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexTool()
Method Detail |
---|
public static OdbComparable buildIndexKey(java.lang.String indexName, NonNativeObjectInfo oi, int[] fieldIds)
public static OdbComparable buildIndexKey(java.lang.String indexName, AttributeValuesMap values, java.lang.String[] fields)
public static OdbComparable computeKey(ClassInfo ci, ClassInfoIndex index, CriteriaQuery query)
ci
- The class info involvedindex
- The indexquery
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |