| Package | Description |
|---|---|
| net.sf.mardao.core.filter | |
| net.sf.mardao.dao |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.equalsFilter(String column,
Object operand)
Builds an EqualsFilter
|
static Filter |
Filter.greaterThan(String column,
Object operand) |
static Filter |
Filter.inFilter(String column,
Object operand)
Builds an InFilter
|
static Filter |
Filter.lessThan(String column,
Object operand) |
| Modifier and Type | Method and Description |
|---|---|
int |
InMemorySupplier.count(Object tx,
String kind,
InMemoryKey ancestorKey,
InMemoryKey simpleKey,
Filter... filters) |
int |
Supplier.count(T tx,
String kind,
K ancestorKey,
K simpleKey,
Filter... filters) |
protected static boolean |
InMemorySupplier.match(Map<String,Object> v,
Filter f) |
protected static boolean |
InMemorySupplier.matchAll(Map<String,Object> v,
Filter... filters) |
protected Iterable<T> |
AbstractDao.queryIterable(boolean keysOnly,
int offset,
int limit,
Object ancestorKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Filter... filters) |
Iterable<Map<String,Object>> |
InMemorySupplier.queryIterable(Object tx,
String kind,
boolean keysOnly,
int offset,
int limit,
InMemoryKey ancestorKey,
InMemoryKey simpleKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Filter... filters) |
Iterable<RV> |
Supplier.queryIterable(T tx,
String kind,
boolean keysOnly,
int offset,
int limit,
K ancestorKey,
K simpleKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Filter... filters) |
protected CursorPage<T> |
AbstractDao.queryPage(boolean keysOnly,
int requestedPageSize,
Object ancestorKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Collection<String> projections,
String cursorString,
Filter... filters) |
CursorPage<Map<String,Object>> |
InMemorySupplier.queryPage(Object tx,
String kind,
boolean keysOnly,
int requestedPageSize,
InMemoryKey ancestorKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Collection<String> projections,
String cursorString,
Filter... filters) |
CursorPage<RV> |
Supplier.queryPage(T tx,
String kind,
boolean keysOnly,
int requestedPageSize,
K ancestorKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Collection<String> projections,
String cursorString,
Filter... filters) |
Map<String,Object> |
InMemorySupplier.queryUnique(Object tx,
InMemoryKey parentKey,
String kind,
Filter... filters) |
RV |
Supplier.queryUnique(T tx,
K parentKey,
String kind,
Filter... filters) |
Copyright © 2014 Wadpam. All Rights Reserved.