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

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

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

Classes in org.hibernate.test.annotations.target that implement Luggage
 class LuggageImpl
           
 

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

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



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