org.jboss.ejb.plugins.cmp.jdbc.SQLUtil SQLUtil helps with building sql statements. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @author <a HREF="mailto:alex@jboss.org">Alex Loubyansky</a> @author <a HREF="joachim@cabsoft.be">Joachim Van der Auwera</a> @version $Revision: 1.29 $
org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory OJB connection factory that delegates to Spring-managed DataSource beans. <p>Define the following entry in your OJB.properties to use this connection factory: <pre> ConnectionFactoryClass=org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory</pre> Interprets JCD ...
org.jboss.test.jca.mbean.MTOperation MultiThreaded Operations that can be executed concurrently. Based on Operation class. @author <a HREF="dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.2.2.4 $
org.apache.torque.dsfactory.PerUserPoolDataSourceFactory A factory that looks up the DataSource using the JDBC2 pool methods. @author <a HREF="mailto:jmcnally@apache.org">John McNally</a> @author <a HREF="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a> @version $Id: PerUserPoolDataSourceFactory.java,v 1.4 2005/07/02 07:22 ...