摘要:
i am having trouble with binding my data from a form : I have two class@Entity @Table(name = "ROLES") public class Role implements GenericDomain { private Long id; private String code; private String name; private Set<Privilege> privileges = new HashSet<Privilege>(0); public Ro 阅读全文
posted @ 2012-03-13 00:45
刺猬的温驯
阅读(422)
评论(0)
推荐(0)
浙公网安备 33010602011771号