Skip to content

Instantly share code, notes, and snippets.

@jdmwood
Last active November 1, 2019 09:28
Show Gist options
  • Save jdmwood/7f4719b2084546ef56154f1d1ba4692e to your computer and use it in GitHub Desktop.
Save jdmwood/7f4719b2084546ef56154f1d1ba4692e to your computer and use it in GitHub Desktop.
@Entity
class Customer(
@Id
var id: Int,
@Basic
var name: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment