Tag: JPA


  1. Play!> framework How-To : binding @ManyToMany to views (without CRUD) and differents UI

    This is a little How-To for binding @ManyToMany relationship in Play!> views. The model for this very simple : a Domain model , and a User model. Users can belong to many domains and domains can have many models. So, the Models are simple : @Entity public class Domain extends Model { public…

    data binding, HowTo, JPA, ManyToMany, play framework