remove id in EntityI interface & remove usless EntitiesCollections
This commit is contained in:
@@ -2,7 +2,7 @@ package fr.postgresjson.connexion
|
||||
|
||||
import fr.postgresjson.entity.EntityI
|
||||
|
||||
data class Paginated<T: EntityI<*>>(
|
||||
data class Paginated<T: EntityI>(
|
||||
val result: List<T>,
|
||||
val offset: Int,
|
||||
val limit: Int,
|
||||
|
||||
Reference in New Issue
Block a user