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,
         Long id) | 
| static void | runPreparedDelete(Connection connection,
                 String sql,
                 Long id) | 
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, Long id)
Copyright © 2019. All rights reserved.