DatabaseAccess
internal class DatabaseAccess(jdbcTemplate: JdbcTemplate, transactionManager: DataSourceTransactionManager, typeRegistry: TypeRegistry, kotlinToPostgresConverter: KotlinToPostgresConverter, listenerConnectionFactory: () -> Connection) : DataAccess
Constructors
Link copied to clipboard
constructor(jdbcTemplate: JdbcTemplate, transactionManager: DataSourceTransactionManager, typeRegistry: TypeRegistry, kotlinToPostgresConverter: KotlinToPostgresConverter, listenerConnectionFactory: () -> Connection)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun executeTransactionPlan(plan: TransactionPlan, propagation: TransactionPropagation): DataResult<TransactionPlanResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <T> transaction(propagation: TransactionPropagation, block: (tx: QueryOperations) -> DataResult<T>): DataResult<T>
Link copied to clipboard