Package to.etc.domui.hibernate.generic

Interface Summary
HibernateSessionMaker Thingy which makes a new Hibernate session.
 

Class Summary
AbstractHibernateContextFactory  
BuggyHibernateBaseContext This is a basic Hibernate QDataContext implementation, suitable for being used in DomUI code.
HibernateDataContextFactory Utterly basic Source for Hibernate connections without any lifecycle management.
HibernateLongSessionContext A context that keeps the session alive but in disconnected mode while running.
HibernateLongSessionContextFactory  
HibernateQDataContext Thingy which implements the generalized datacontext using Hibernate.
HibernateQueryExecutor This handler knows how to execute Hibernate queries using a basic Hibernate context.
HibernateReattachingContextFactory This is a factory which creates contexts which reattach all their objects when the context is reactivated in a conversation.
HibernateReattachingDataContext This is an HibernateContext which uses automatic reattachment of all nodes to prevent all kinds of crappy Hibernate-related shit.