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

Packages that use Person
org.springframework.batch.sample.domain.person   
org.springframework.batch.sample.domain.person.internal   
 

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

Methods in org.springframework.batch.sample.domain.person that return Person
 Person PersonService.getData()
           
 

Uses of Person in org.springframework.batch.sample.domain.person.internal
 

Method parameters in org.springframework.batch.sample.domain.person.internal with type arguments of type Person
 void PersonWriter.write(List<? extends Person> data)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.