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

Packages that use Creator
org.apache.openjpa.example.gallery.model   
 

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

Methods in org.apache.openjpa.example.gallery.model that return Creator
 Creator Image.getCreator()
           
 

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

Methods in org.apache.openjpa.example.gallery.model with parameters of type Creator
 void Image.setCreator(Creator creator)
           
 

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



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