Created
November 17, 2022 21:11
-
-
Save MavoCz/9acea326055a4b4253a9d45fe8bff47f to your computer and use it in GitHub Desktop.
Open gotcha
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class CrudRepository<R : Record>(open val dsl: DSLContext, | |
open val table: Table<R>, | |
open val idField: TableField<R, Long?>) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment