org.hibernate.test.annotations.manytomany
Class GroupWithSet
java.lang.Object
org.hibernate.test.annotations.manytomany.GroupWithSet
@Entity
public class GroupWithSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupWithSet
public GroupWithSet()
getId
public Integer getId()
setId
public void setId(Integer id)
getPermissions
public Set<Permission> getPermissions()
setPermissions
public void setPermissions(Set<Permission> permissions)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.