Uses of Interface
to.etc.webapp.core.IRunnable

Packages that use IRunnable
to.etc.domui.hibernate.generic   
to.etc.webapp.qsql   
to.etc.webapp.query   
 

Uses of IRunnable in to.etc.domui.hibernate.generic
 

Methods in to.etc.domui.hibernate.generic with parameters of type IRunnable
 void BuggyHibernateBaseContext.addCommitAction(IRunnable cx)
           
 

Uses of IRunnable in to.etc.webapp.qsql
 

Methods in to.etc.webapp.qsql with parameters of type IRunnable
 void JdbcDataContext.addCommitAction(IRunnable cx)
           
 

Uses of IRunnable in to.etc.webapp.query
 

Methods in to.etc.webapp.query with parameters of type IRunnable
 void QDataContext.addCommitAction(IRunnable cx)
          Add an action which should be executed after a succesful commit on this context.