Uses of Class
org.hibernate.test.annotations.identifiercollection.Stamp

Packages that use Stamp
org.hibernate.test.annotations.identifiercollection   
 

Uses of Stamp in org.hibernate.test.annotations.identifiercollection
 

Methods in org.hibernate.test.annotations.identifiercollection that return types with arguments of type Stamp
 Collection<Stamp> Passport.getStamps()
           
 Collection<Stamp> Passport.getVisaStamp()
           
 

Method parameters in org.hibernate.test.annotations.identifiercollection with type arguments of type Stamp
 void Passport.setStamps(Collection<Stamp> stamps)
           
 void Passport.setVisaStamp(Collection<Stamp> visaStamp)
           
 



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