public final class DbUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
executeUpdate(java.lang.String query)
Executes direct SQL update for specified query.
|
static JdbcTemplate |
getJdbcTemplate()
Returns instance of JDBC template.
|
public static void executeUpdate(java.lang.String query)
query - to be executed on DB (directly, not through hybris ORM)public static JdbcTemplate getJdbcTemplate()
Copyright © 2018 SAP SE. All Rights Reserved.