> --
> 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.
>
>
--
Guillaume Bort, http://guillaume.bort.fr
For anything work-related, use g...@zenexity.fr; for everything else,
write guillau...@gmail.com
Well, it's not really expected, but it is a side effect of offering
explicit saving for entities extending Model.
http://www.playframework.org/documentation/1.1.1/jpa#save
For entities extending Model you should use the Model API (including
save). If you want to do plain old JPA, then it's better to not
inherit Model.