Uses of Class
org.springframework.batch.sample.domain.person.Child

Packages that use Child
org.springframework.batch.sample.domain.person   
 

Uses of Child in org.springframework.batch.sample.domain.person
 

Methods in org.springframework.batch.sample.domain.person that return types with arguments of type Child
 List<Child> Person.getChildren()
           
 

Method parameters in org.springframework.batch.sample.domain.person with type arguments of type Child
 void Person.setChildren(List<Child> children)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.