Uses of Class
org.apache.openjpa.example.gallery.model.Image

Packages that use Image
org.apache.openjpa.example.gallery.constraint   
org.apache.openjpa.example.gallery.model   
 

Uses of Image in org.apache.openjpa.example.gallery.constraint
 

Methods in org.apache.openjpa.example.gallery.constraint with parameters of type Image
 boolean ImageValidator.isValid(Image value, ConstraintValidatorContext context)
          Validate a specified value.
 

Uses of Image in org.apache.openjpa.example.gallery.model
 

Methods in org.apache.openjpa.example.gallery.model that return types with arguments of type Image
 List<Image> Album.getImages()
           
 List<Image> Creator.getImages()
           
 

Method parameters in org.apache.openjpa.example.gallery.model with type arguments of type Image
 void Album.setImages(List<Image> images)
           
 void Creator.setImages(List<Image> images)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.