Skip to content

Instantly share code, notes, and snippets.

@MavoCz
Created November 17, 2022 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MavoCz/9acea326055a4b4253a9d45fe8bff47f to your computer and use it in GitHub Desktop.
Save MavoCz/9acea326055a4b4253a9d45fe8bff47f to your computer and use it in GitHub Desktop.
Open gotcha
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