Uses of Interface
to.etc.webapp.query.QDataContextFactory

Packages that use QDataContextFactory
to.etc.domui.component.tbl   
to.etc.domui.dom.html   
to.etc.domui.hibernate.config   
to.etc.domui.hibernate.generic   
to.etc.domui.state   
to.etc.webapp.qsql   
to.etc.webapp.query   
 

Uses of QDataContextFactory in to.etc.domui.component.tbl
 

Constructors in to.etc.domui.component.tbl with parameters of type QDataContextFactory
SimpleSearchModel(QDataContextFactory ss, QCriteria<T> qc)
          Use {@link SimpleSearchModel#SimpleSearchModel(IQueryHandler, QCriteria) instead!
SimpleSearchModel(QDataContextFactory f, SimpleSearchModel.IQuery<T> q)
           
 

Uses of QDataContextFactory in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return QDataContextFactory
 QDataContextFactory Page.internalGetDataContextFactory()
           
 

Methods in to.etc.domui.dom.html with parameters of type QDataContextFactory
 void Page.internalSetDataContextFactory(QDataContextFactory s)
           
 

Uses of QDataContextFactory in to.etc.domui.hibernate.config
 

Methods in to.etc.domui.hibernate.config that return QDataContextFactory
static QDataContextFactory HibernateConfigurator.getDataContextFactory()
          Returns the data context factory wrapping the hibernate code.
 

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

Classes in to.etc.domui.hibernate.generic that implement QDataContextFactory
 class AbstractHibernateContextFactory
           
 class HibernateDataContextFactory
          Utterly basic Source for Hibernate connections without any lifecycle management.
 class HibernateLongSessionContextFactory
           
 class HibernateReattachingContextFactory
          This is a factory which creates contexts which reattach all their objects when the context is reactivated in a conversation.
 

Constructors in to.etc.domui.hibernate.generic with parameters of type QDataContextFactory
HibernateLongSessionContext(QDataContextFactory src, HibernateSessionMaker sessionMaker)
           
HibernateReattachingDataContext(QDataContextFactory src, HibernateSessionMaker sessionMaker)
           
 

Uses of QDataContextFactory in to.etc.domui.state
 

Methods in to.etc.domui.state that return QDataContextFactory
 QDataContextFactory ConversationContext.internalGetDataContextFactory()
           
 

Methods in to.etc.domui.state with parameters of type QDataContextFactory
 void ConversationContext.internalSetDataContextFactory(QDataContextFactory s)
           
 

Uses of QDataContextFactory in to.etc.webapp.qsql
 

Methods in to.etc.webapp.qsql that return QDataContextFactory
 QDataContextFactory JdbcDataContext.getFactory()
           
 

Constructors in to.etc.webapp.qsql with parameters of type QDataContextFactory
JdbcDataContext(QDataContextFactory factory, java.sql.Connection dbc)
           
 

Uses of QDataContextFactory in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return QDataContextFactory
 QDataContextFactory QDefaultContextManager.getDataContextFactory()
          Return the default QDataContextFactory.
static QDataContextFactory QContextManager.getDataContextFactory()
          Return the default QDataContextFactory.
 QDataContextFactory IQContextManager.getDataContextFactory()
          Return the default QDataContextFactory.
static QDataContextFactory QContextManager.getDataContextFactory(IQContextContainer cc)
          Get/create a shared context factory.
 QDataContextFactory QDataContext.getFactory()
          Returns the context source which created this DataContext.
 QDataContextFactory QAbstractDataContext.getFactory()
          Returns the context source which created this DataContext.
 QDataContextFactory QDefaultContextManager.getSharedContextFactory(IQContextContainer cc)
          Get/create a shared context factory.
 QDataContextFactory IQContextManager.getSharedContextFactory(IQContextContainer cc)
          Get/create a shared context factory.
 QDataContextFactory IQContextContainer.internalGetDataContextFactory()
           
 

Methods in to.etc.webapp.query with parameters of type QDataContextFactory
static void QContextManager.initialize(QDataContextFactory f)
          Initialize the QContextManager with a literal QDataContextFactory.
 void IQContextContainer.internalSetDataContextFactory(QDataContextFactory s)
           
 void QDefaultContextManager.setContextFactory(QDataContextFactory f)
          Initialize the data context factory that is to be used by default to allocate QDataContexts.
 void IQContextManager.setContextFactory(QDataContextFactory f)
          Initialize the data context factory that is to be used by default to allocate QDataContexts.
 

Constructors in to.etc.webapp.query with parameters of type QDataContextFactory
QAbstractDataContext(QDataContextFactory contextFactory)