Add Helper Entity

This commit is contained in:
2019-06-06 15:18:27 +02:00
parent f20d349c3d
commit ed87175b3f
8 changed files with 106 additions and 7 deletions

View File

@@ -2,9 +2,9 @@ package fr.postgresjson.repository
import com.github.jasync.sql.db.pool.ConnectionPool
import com.github.jasync.sql.db.postgresql.PostgreSQLConnection
import fr.postgresjson.Serializer
import fr.postgresjson.entity.EntityCollection
import fr.postgresjson.entity.EntityI
import fr.postgresjson.serializer.Serializer
interface RepositoryI<T, E : EntityI<T>>