Uses of Class
org.hibernate.test.annotations.inheritance.joined.Client

Packages that use Client
org.hibernate.test.annotations.inheritance.joined   
 

Uses of Client in org.hibernate.test.annotations.inheritance.joined
 

Methods in org.hibernate.test.annotations.inheritance.joined that return types with arguments of type Client
 Set<Client> Account.getClients()
           
 

Methods in org.hibernate.test.annotations.inheritance.joined with parameters of type Client
 void Account.addClient(Client c)
           
 

Method parameters in org.hibernate.test.annotations.inheritance.joined with type arguments of type Client
 void Account.setClients(Set<Client> clients)
           
 



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