Uses of Class
org.hibernate.test.annotations.idmanytoone.CardField

Packages that use CardField
org.hibernate.test.annotations.idmanytoone   
 

Uses of CardField in org.hibernate.test.annotations.idmanytoone
 

Methods in org.hibernate.test.annotations.idmanytoone that return CardField
 CardField Card.getMainCardField()
           
 

Methods in org.hibernate.test.annotations.idmanytoone that return types with arguments of type CardField
 Set<CardField> Card.getFields()
           
 

Methods in org.hibernate.test.annotations.idmanytoone with parameters of type CardField
 void Card.setMainCardField(CardField mainCardField)
           
 

Method parameters in org.hibernate.test.annotations.idmanytoone with type arguments of type CardField
 void Card.setFields(Set<CardField> fields)
           
 



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