Package Hierarchies:
Class Hierarchy
- java.lang.Object
- org.springframework.jdbc.datasource.AbstractDataSource (implements javax.sql.DataSource)
- org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.ConfigurableTransactionManager, org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
- org.springframework.jdbc.datasource.DataSourceTransactionManager (implements org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
- org.springframework.transaction.jta.JtaTransactionManager (implements org.springframework.beans.factory.InitializingBean, java.io.Serializable, org.springframework.transaction.jta.TransactionFactory)
- com.objectsql.spring.LogHandler (implements com.objectsql.handler.DebugHandler)
- com.objectsql.spring.SpringUtils
- com.objectsql.SQLServiceImpl (implements com.objectsql.SQLService)
- com.objectsql.BaseServiceImpl<T> (implements com.objectsql.BaseService<T>)
- com.objectsql.spring.SpringBaseServiceImpl<T> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton)
- com.objectsql.spring.TxCommit