Package dev. inmo. micro_utils. repos. exposed
Types
Link copied to clipboard
abstract class AbstractExposedCRUDRepo<ObjectType, IdType, InputValueType>(flowsChannelsSize: Int = 0, tableName: String = "") : AbstractExposedWriteCRUDRepo<ObjectType, IdType, InputValueType> , ExposedCRUDRepo<ObjectType, IdType> , CRUDRepo<ObjectType, IdType, InputValueType>
Content copied to clipboard
Link copied to clipboard
abstract class AbstractExposedReadCRUDRepo<ObjectType, IdType>(tableName: String) : ReadCRUDRepo<ObjectType, IdType> , ExposedCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Link copied to clipboard
abstract class AbstractExposedWriteCRUDRepo<ObjectType, IdType, InputValueType>( flowsChannelsSize: Int = 0, tableName: String = "", replyCacheInFlows: Int = 0) : AbstractExposedReadCRUDRepo<ObjectType, IdType> , ExposedCRUDRepo<ObjectType, IdType> , WriteCRUDRepo<ObjectType, IdType, InputValueType>
Content copied to clipboard
Link copied to clipboard
typealias ColumnAllocator<T> = <Error class: unknown class>.() -> <Error class: unknown class><T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard