Created
February 23, 2011 23:21
-
-
Save wfaler/841412 to your computer and use it in GitHub Desktop.
crudcontrollersqueryl.scala
This file contains hidden or 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
//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