vishnu.model.volatiles.recordset
Interface VolatileRecordSet

All Superinterfaces:
RecordSet
All Known Implementing Classes:
AbstractVolatileRecordSet, DefaultVolatileRecordSet, OrderedVolatileRecordSet

public interface VolatileRecordSet
extends RecordSet

 

Method Summary
 Session getSession()
           
 
Methods inherited from interface vishnu.model.RecordSet
delete, drop, getCount, hasNext, hasPrevious, insert, moveTo, next, order, persist, previous, reset, update
 

Method Detail

getSession

Session getSession()