Uses of Class
org.hibernate.test.annotations.entity.SoccerTeam

Packages that use SoccerTeam
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
 

Uses of SoccerTeam in org.hibernate.test.annotations.entity
 

Methods in org.hibernate.test.annotations.entity that return SoccerTeam
 SoccerTeam Player.getOneVoneTeam()
           
 SoccerTeam Player.getTeam()
           
 

Methods in org.hibernate.test.annotations.entity with parameters of type SoccerTeam
 void Player.setOneVoneTeam(SoccerTeam oneVoneTeam)
           
 void Player.setTeam(SoccerTeam team)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.