| Package | Description |
|---|---|
| net.oneandone.troilus | |
| net.oneandone.troilus.java7 |
| Modifier and Type | Method and Description |
|---|---|
<T> ListReadWithUnit<RecordList> |
Java7DaoImpl.readListWithKey(ColumnName<T> name,
T value) |
<T,E> ListReadWithUnit<RecordList> |
Java7DaoImpl.readListWithKey(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
E composedKeyValuePart2) |
ListReadWithUnit<RecordList> |
Java7DaoImpl.readListWithKey(String composedKeyNamePart1,
Object composedKeyValuePart1) |
ListReadWithUnit<RecordList> |
Java7DaoImpl.readListWithKey(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
Object composedKeyValuePart2) |
<T> ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(ColumnName<T> name,
com.google.common.collect.ImmutableList<T> values) |
<T,E,F> ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
E composedKeyValuePart2,
ColumnName<F> composedKeyNamePart3,
com.google.common.collect.ImmutableList<F> composedKeyValuesPart3) |
<T,E> ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
com.google.common.collect.ImmutableList<E> composedKeyValuesPart2) |
ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(String name,
com.google.common.collect.ImmutableList<Object> values) |
ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
com.google.common.collect.ImmutableList<Object> composedKeyValuesPart2) |
ListReadWithUnit<RecordList> |
Java7DaoImpl.readWithKeys(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
Object composedKeyValuePart2,
String composedKeyNamePart3,
com.google.common.collect.ImmutableList<Object> composedKeyValuesPart3) |
| Modifier and Type | Method and Description |
|---|---|
ListReadWithUnit<RecordList> |
Dao.readAll() |
<T> ListReadWithUnit<RecordList> |
Dao.readListWithKey(ColumnName<T> name,
T value) |
<T,E> ListReadWithUnit<RecordList> |
Dao.readListWithKey(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
E composedKeyValuePart2) |
ListReadWithUnit<RecordList> |
Dao.readListWithKey(String composedKeyNamePart1,
Object composedKeyValuePart1) |
ListReadWithUnit<RecordList> |
Dao.readListWithKey(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
Object composedKeyValuePart2) |
ListReadWithUnit<RecordList> |
Dao.readWhere(com.datastax.driver.core.querybuilder.Clause... clauses) |
<T> ListReadWithUnit<RecordList> |
Dao.readWithKeys(ColumnName<T> name,
com.google.common.collect.ImmutableList<T> values) |
<T,E,F> ListReadWithUnit<RecordList> |
Dao.readWithKeys(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
E composedKeyValuePart2,
ColumnName<F> composedKeyNamePart3,
com.google.common.collect.ImmutableList<F> composedKeyValuesPart3) |
<T,E> ListReadWithUnit<RecordList> |
Dao.readWithKeys(ColumnName<T> composedKeyNamePart1,
T composedKeyValuePart1,
ColumnName<E> composedKeyNamePart2,
com.google.common.collect.ImmutableList<E> composedKeyValuesPart2) |
ListReadWithUnit<RecordList> |
Dao.readWithKeys(String name,
com.google.common.collect.ImmutableList<Object> values) |
ListReadWithUnit<RecordList> |
Dao.readWithKeys(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
com.google.common.collect.ImmutableList<Object> composedKeyValuesPart2) |
ListReadWithUnit<RecordList> |
Dao.readWithKeys(String composedKeyNamePart1,
Object composedKeyValuePart1,
String composedKeyNamePart2,
Object composedKeyValuePart2,
String composedKeyNamePart3,
com.google.common.collect.ImmutableList<Object> composedKeyValuesPart3) |
Copyright © 2012–2015 1&1. All rights reserved.