Abstract Exposed Read CRUDRepo
abstract class AbstractExposedReadCRUDRepo<ObjectType, IdType>(tableName: String) : ReadStandardCRUDRepo<ObjectType, IdType> , ExposedCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Functions
get By Id
Link copied to clipboard
get By Pagination
Link copied to clipboard
open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard
Properties
asObject
Link copied to clipboard
selectById
Link copied to clipboard
abstract val selectById: <ERROR CLASS>.(IdType) -> <ERROR CLASS><Boolean>
Content copied to clipboard
Inheritors
AbstractExposedWriteCRUDRepo
Link copied to clipboard