Uses of Class
org.teamapps.universaldb.query.IndexPath
| Package | Description |
|---|---|
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.pojo | |
| org.teamapps.universaldb.query |
-
Uses of IndexPath in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index with parameters of type IndexPath Modifier and Type Method Description default IndexFilter<TYPE,FILTER>ColumnIndex. createFilter(FILTER filter, IndexPath indexPath) -
Uses of IndexPath in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo with parameters of type IndexPath Modifier and Type Method Description voidAbstractUdbQuery. prependPath(IndexPath path) -
Uses of IndexPath in org.teamapps.universaldb.query
Methods in org.teamapps.universaldb.query that return IndexPath Modifier and Type Method Description IndexPathIndexPath. copy()IndexPathAndFilter. getPath()IndexPathCustomEntityFilter. getPath()IndexPathFilter. getPath()IndexPathIndexFilter. getPath()IndexPathOrFilter. getPath()Methods in org.teamapps.universaldb.query that return types with arguments of type IndexPath Modifier and Type Method Description static java.util.Map<IndexPath,java.util.List<Filter>>Filter. mapFilters(java.util.List<Filter> filters)Methods in org.teamapps.universaldb.query with parameters of type IndexPath Modifier and Type Method Description voidIndexPath. addPath(IndexPath path)intIndexPath. compareTo(IndexPath o)booleanIndexPath. isSamePath(IndexPath path)voidAndFilter. prependPath(IndexPath path)voidCustomEntityFilter. prependPath(IndexPath path)voidFilter. prependPath(IndexPath path)voidIndexFilter. prependPath(IndexPath path)voidOrFilter. prependPath(IndexPath path)Constructors in org.teamapps.universaldb.query with parameters of type IndexPath Constructor Description IndexFilter(ColumnIndex<TYPE,FILTER> columnIndex, FILTER filter, IndexPath indexPath)