Package org.smallmind.persistence.orm
Interface RelationalDao<I extends Serializable & Comparable<I>,D extends Durable<I>,F,N>
- All Superinterfaces:
Dao<I,,D> DurableDao<I,D>
public interface RelationalDao<I extends Serializable & Comparable<I>,D extends Durable<I>,F,N>
extends DurableDao<I,D>
-
Method Summary
Modifier and TypeMethodDescriptionscroll()scroll(int fetchSize) scrollById(I greaterThan, int fetchSize) longsize()
-
Method Details
-
getSessionSourceKey
String getSessionSourceKey() -
getSession
ProxySession<F,N> getSession() -
detach
-
scroll
-
scroll
-
scrollById
-
size
long size()
-