@Generated(value="eu.eventsotrm.sql.apt.RepositoryGenerator") public abstract class AbstractDatabaseExecutionRepository extends eu.eventstorm.sql.Repository
protected
AbstractDatabaseExecutionRepository(eu.eventstorm.sql.Database database)
eu.eventstorm.sql.jdbc.Batch<DatabaseExecution>
batch()
void
delete(long id)
DatabaseExecution
findById(long id)
findByIdForUpdate(long id)
insert(DatabaseExecution pojo)
update(DatabaseExecution 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 AbstractDatabaseExecutionRepository(eu.eventstorm.sql.Database database)
public final DatabaseExecution findById(long id)
public final DatabaseExecution findByIdForUpdate(long id)
public final void insert(DatabaseExecution pojo)
public final void update(DatabaseExecution pojo)
public final eu.eventstorm.sql.jdbc.Batch<DatabaseExecution> batch()
public final void delete(long id)
Copyright © 2020. All rights reserved.