Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.26 KB | None | 0 0
  1.  /**
  2.    *  w.firstname => firstname in db
  3.    *  w.firstName => first_name
  4.    *  w.result.firstName => w.first_name as fn_on_w
  5.    *  w.resultName => ResultName[Worker]
  6.    *  w.resultName.firstName => sqls"fn_on_w"
  7.    *
  8.    *  sqls stands for SQLSyntax
  9.    *
  10.    */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement