@Generated(value="eu.eventsotrm.sql.apt.RepositoryGenerator") public abstract class AbstractBatchExecutionRepository extends eu.eventstorm.sql.Repository
protected
AbstractBatchExecutionRepository(eu.eventstorm.sql.Database database)
eu.eventstorm.sql.jdbc.Batch<BatchExecution>
batch()
void
delete(long id)
BatchExecution
findById(long id)
findByIdForUpdate(long id)
insert(BatchExecution pojo)
update(BatchExecution pojo)
batch, batch, database, delete, executeDelete, executeInsert, executeInsertAutoIncrement, executeSelect, executeSelectPage, executeSelectPage, executeUpdate, insert, select, select, select, stream, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected AbstractBatchExecutionRepository(eu.eventstorm.sql.Database database)
public final BatchExecution findById(long id)
public final BatchExecution findByIdForUpdate(long id)
public final void insert(BatchExecution pojo)
public final void update(BatchExecution pojo)
public final eu.eventstorm.sql.jdbc.Batch<BatchExecution> batch()
public final void delete(long id)
Copyright © 2020. All rights reserved.