@Deprecated public class ConfigurationDbHelper extends Object
Class which facilitates configuration data access.
| Constructor and Description |
|---|
ConfigurationDbHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeUpdate(String statement,
List<String> parameters)
Deprecated.
Sets the parameters of the query and executes it.
|
List |
getResultList(String statement,
List<String> parameters)
Deprecated.
Fetches the result list of the query statement with corresponding parameters.
|
javax.persistence.Query |
setParameters(javax.persistence.Query query,
List<String> params)
Deprecated.
|
public void executeUpdate(String statement, List<String> parameters)
statement - the query string.parameters - the list of parameters.public List getResultList(String statement, List<String> parameters)
statement - the queryString which is to be set parameters.parameters - the list of parameters bound to the query statement.Copyright © 2016 SAP. All Rights Reserved.