org.hibernate.test.annotations.loader
Class Team
java.lang.Object
org.hibernate.test.annotations.loader.Team
@Entity
public class Team
- extends Object
Constructor Summary |
Team()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Team
public Team()
getId
public Long getId()
setId
public void setId(Long id)
getPlayers
public Set<Player> getPlayers()
setPlayers
public void setPlayers(Set<Player> players)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.