Uses of Interface
net.sourceforge.hivetranse.transaction.hibernate3.SessionFactoryBuilder

Packages that use SessionFactoryBuilder
net.sourceforge.hivetranse.transaction.hibernate3 This is the main package for Hibernate-specific transaction handling under HiveMind. 
 

Uses of SessionFactoryBuilder in net.sourceforge.hivetranse.transaction.hibernate3
 

Classes in net.sourceforge.hivetranse.transaction.hibernate3 that implement SessionFactoryBuilder
 class SessionFactoryBuilderImpl
          Utility class to build Hibernate SessionFactory.
 

Constructors in net.sourceforge.hivetranse.transaction.hibernate3 with parameters of type SessionFactoryBuilder
SessionProxyFactory(org.apache.commons.logging.Log logger, SessionFactoryBuilder builder, TransactionService txService)