Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created February 23, 2011 23:21
Show Gist options
  • Save wfaler/841412 to your computer and use it in GitHub Desktop.
Save wfaler/841412 to your computer and use it in GitHub Desktop.
crudcontrollersqueryl.scala
//ApplicationSchema is the Squeryl Schema object for the application
val peopleController = new CrudController[Person, Long](new SquerylController,
new LongKeyedDao[Person](ApplicationSchema.people), "people")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment