| Package | Description |
|---|---|
| net.oneandone.troilus.java7 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListRead<T>
List read query
|
interface |
ListReadWithColumns<T>
column-ware list read
|
interface |
ListReadWithUnit<T>
list read query
|
interface |
SingleReadWithColumns<T>
Single column-aware read query
|
interface |
SingleReadWithUnit<T>
Single read query
|
| Modifier and Type | Method and Description |
|---|---|
SingleRead<T> |
SingleReadWithUnit.all() |
<E> SingleRead<E> |
SingleReadWithUnit.asEntity(Class<E> objectClass) |
SingleRead<T> |
SingleRead.withConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel) |
SingleRead<T> |
SingleRead.withoutTracking() |
SingleRead<T> |
SingleRead.withTracking() |
Copyright © 2012–2015 1&1. All rights reserved.