|
|
@ -47,11 +47,7 @@ public class AndroidDAOFactory extends AbstractMobileDeviceManagementDAOFactory
|
|
|
|
public MobileFeatureDAO getMobileFeatureDAO() {
|
|
|
|
public MobileFeatureDAO getMobileFeatureDAO() {
|
|
|
|
return new AndroidFeatureDAOImpl();
|
|
|
|
return new AndroidFeatureDAOImpl();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public MobileFeaturePropertyDAO getFeaturePropertyDAO() {
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void beginTransaction() throws MobileDeviceManagementDAOException {
|
|
|
|
public static void beginTransaction() throws MobileDeviceManagementDAOException {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
Connection conn = dataSource.getConnection();
|
|
|
|
Connection conn = dataSource.getConnection();
|
|
|
|