Uses of Class
com.ail.core.configure.JDBCConfigurationLoader

Packages that use JDBCConfigurationLoader
com.ail.core.configure   
 

Uses of JDBCConfigurationLoader in com.ail.core.configure
 

Subclasses of JDBCConfigurationLoader in com.ail.core.configure
 class ConnectionPoolConfigurationLoader
          This ConfigurationLoader is almost identical to the JDBCConfigurationLoader, except in that it gets its database connection from a connection pool via a JNDI lookup (rather than by creating the connection itself).