Uses of Interface
org.wso2.carbon.registry.core.dataaccess.DatabaseTransaction

Packages that use DatabaseTransaction
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc.dataaccess   
 

Uses of DatabaseTransaction in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess that return DatabaseTransaction
 DatabaseTransaction DataAccessManager.getDatabaseTransaction()
          Method to obtain an instance of the database transaction.
 

Uses of DatabaseTransaction in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Classes in org.wso2.carbon.registry.core.jdbc.dataaccess that implement DatabaseTransaction
 class JDBCDatabaseTransaction
          This class represents a database transaction, which is used for databases that support JDBC.
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return DatabaseTransaction
 DatabaseTransaction JDBCDataAccessManager.getDatabaseTransaction()
           
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.