Extract Reified method of connection to Extension

Add update method
This commit is contained in:
2021-07-17 00:24:31 +02:00
parent 69f85b5bf5
commit 95e7a32747
8 changed files with 143 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ import fr.postgresjson.entity.EntityI
interface Executable {
/* Select One */
/* Update */
/**
* Update [EntityI] with one entity as argument
@@ -19,6 +19,8 @@ interface Executable {
): R? =
selectOne(sql, typeReference, listOf(value), block)
/* Select One */
/**
* Select One [EntityI] with [List] of parameters
*/