framework
Interface JAConnectionFactory
- All Known Implementing Classes:
- JAFactory
public interface JAConnectionFactory
getDataSource
javax.sql.DataSource getDataSource()
getDataSource
javax.sql.DataSource getDataSource(java.lang.String dsName)
beginTransaction
JATransaction beginTransaction()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
beginTransaction
JATransaction beginTransaction(java.lang.String dsName)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
load
void load(java.lang.String xmlPath)