public interface RelationalDao<I extends Serializable & Comparable<I>,D extends Durable<I>,F,N> extends DurableDao<I,D>
| Modifier and Type | Method and Description |
|---|---|
D |
detach(D durable) |
ProxySession<F,N> |
getSession() |
String |
getSessionSourceKey() |
Iterable<D> |
scroll() |
Iterable<D> |
scroll(int fetchSize) |
Iterable<D> |
scrollById(I greaterThan,
int fetchSize) |
long |
size() |
Copyright © 2017. All rights reserved.