public class AndroidDAOFactory extends AbstractMobileDeviceManagementDAOFactory
Modifier and Type | Field and Description |
---|---|
protected static DataSource |
dataSource |
Constructor and Description |
---|
AndroidDAOFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
beginTransaction() |
static void |
closeConnection() |
static void |
commitTransaction() |
static Connection |
getConnection() |
MobileDeviceDAO |
getMobileDeviceDAO() |
MobileFeatureDAO |
getMobileFeatureDAO() |
static void |
rollbackTransaction() |
getDataSourceMap, init, init, resolveDataSource
protected static DataSource dataSource
public MobileDeviceDAO getMobileDeviceDAO()
public MobileFeatureDAO getMobileFeatureDAO()
public static void beginTransaction() throws MobileDeviceManagementDAOException
public static Connection getConnection() throws MobileDeviceManagementDAOException
public static void commitTransaction() throws MobileDeviceManagementDAOException
public static void closeConnection() throws MobileDeviceManagementDAOException
public static void rollbackTransaction() throws MobileDeviceManagementDAOException
Copyright © 2017 WSO2. All rights reserved.