public class DaoHelper extends Object
Most users of hrorm will have no need to directly use this.
Constructor and Description |
---|
DaoHelper() |
Modifier and Type | Method and Description |
---|---|
static long |
getNextSequenceValue(Connection connection,
String sequenceName) |
static List<Long> |
readLongs(Connection connection,
String sql) |
static void |
runDelete(Connection connection,
String sql) |
static void |
runPreparedDelete(Connection connection,
String sql,
Long id) |
public static void runDelete(Connection connection, String sql)
public static void runPreparedDelete(Connection connection, String sql, Long id)
public static long getNextSequenceValue(Connection connection, String sequenceName)
public static List<Long> readLongs(Connection connection, String sql)
Copyright © 2018. All rights reserved.