Uses of Interface
org.hibernate.test.annotations.target.Size

Packages that use Size
org.hibernate.test.annotations.target   
 

Uses of Size in org.hibernate.test.annotations.target
 

Classes in org.hibernate.test.annotations.target that implement Size
 class SizeImpl
           
 

Methods in org.hibernate.test.annotations.target that return types with arguments of type Size
 Map<Size,Luggage> Brand.getLuggagesBySize()
           
 Map<Luggage,Size> Brand.getSizePerLuggage()
           
 

Method parameters in org.hibernate.test.annotations.target with type arguments of type Size
 void Brand.setLuggagesBySize(Map<Size,Luggage> luggagesBySize)
           
 void Brand.setSizePerLuggage(Map<Luggage,Size> sizePerLuggage)
           
 



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