BatchQuery(BatchContext context,
Class<E> type,
String[] mappings)
Creates a new instance for the given context, type and mappings.
|
CustomQuery(BatchContext context,
Class<? extends SQLEntity> type,
boolean fetchId,
String sql) |
DeleteQuery(BatchContext context,
Class<E> type,
String[] mappings) |
FindQuery(BatchContext context,
Class<E> type,
String[] mappings) |
InsertQuery(BatchContext context,
Class<E> type,
boolean fetchId,
String[] mappings) |
UpdateQuery(BatchContext context,
Class<E> type,
String[] mappings) |