|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QDataContextFactory
A thingy which knows how to get a QDataContext to access the database. This usually returns a shared context: the one used by the current request.
Method Summary | |
---|---|
QDataContext |
getDataContext()
Get the current Session to use for querying. |
QEventListenerSet |
getEventListeners()
Returns all event listeners that need to be called for queries executed by contexts generated from here. |
QQueryExecutorRegistry |
getQueryHandlerList()
Returns handlers for all query types. |
Method Detail |
---|
QDataContext getDataContext() throws java.lang.Exception
java.lang.Exception
QEventListenerSet getEventListeners()
QQueryExecutorRegistry getQueryHandlerList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |