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

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

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

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

Methods in org.hibernate.test.annotations.entity that return types with arguments of type Player
 Set<Player> SoccerTeam.getPlayers()
           
 

Methods in org.hibernate.test.annotations.entity with parameters of type Player
 void SoccerTeam.addPlayer(Player val)
           
 void SoccerTeam.setOneVonePlayer(Player oneVonePlayer)
           
 



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