Uses of Interface
org.makumba.commons.SingletonHolder

Packages that use SingletonHolder
org.makumba.commons   
org.makumba.db.hibernate   
org.makumba.db.makumba   
org.makumba.providers   
 

Uses of SingletonHolder in org.makumba.commons
 

Methods in org.makumba.commons with parameters of type SingletonHolder
static void SingletonReleaser.register(SingletonHolder holder)
           
 

Uses of SingletonHolder in org.makumba.db.hibernate
 

Classes in org.makumba.db.hibernate that implement SingletonHolder
 class HibernateTransactionProvider
          This class is a Hibernate-specific implementation of a TransactionProvider.
 class HQLQueryProvider
           
 

Uses of SingletonHolder in org.makumba.db.makumba
 

Classes in org.makumba.db.makumba that implement SingletonHolder
 class MakumbaTransactionProvider
          Makumba-specific implementation of the TransactionProvider.
 class OQLQueryProvider
           
 

Uses of SingletonHolder in org.makumba.providers
 

Classes in org.makumba.providers that implement SingletonHolder
 class QueryProvider
          This provider makes it possible to run queries against a data source.
 class TransactionProvider
          This class is a facade for creating different kinds of TransactionProviders.