mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
DAO Layer Implementation
This commit is contained in:
parent
6e77014e64
commit
a9bd0ea8c6
@ -25,5 +25,6 @@ public final class DeviceManagementConstants {
|
|||||||
public static final class DataSourceProperties {
|
public static final class DataSourceProperties {
|
||||||
public static final String DB_CHECK_QUERY = "SELECT * FROM DM_DEVICE";
|
public static final String DB_CHECK_QUERY = "SELECT * FROM DM_DEVICE";
|
||||||
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
||||||
|
public static final String DEVICE_CONFIG_XML_NAME = "device-config.xml";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user