case class User(id: Pk[Long],email: String,password: String,first_name: String,last_name: String,user_name: String) {def full_name = first_name + " " + last_name}
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
That would be great. It looks like the getExtractor operation would have to be modified to if I'm reading things properly. It might be nice if we could register our own column definitions so we could add UUID, BigDecimal, etc...
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.