Uses of Class
org.springframework.batch.sample.domain.order.Customer

Packages that use Customer
org.springframework.batch.sample.domain.order   
org.springframework.batch.sample.domain.order.internal   
org.springframework.batch.sample.domain.order.internal.mapper   
 

Uses of Customer in org.springframework.batch.sample.domain.order
 

Methods in org.springframework.batch.sample.domain.order that return Customer
 Customer Order.getCustomer()
           
 

Methods in org.springframework.batch.sample.domain.order with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 

Uses of Customer in org.springframework.batch.sample.domain.order.internal
 

Method parameters in org.springframework.batch.sample.domain.order.internal with type arguments of type Customer
 void OrderItemReader.setCustomerMapper(FieldSetMapper<Customer> customerMapper)
           
 

Uses of Customer in org.springframework.batch.sample.domain.order.internal.mapper
 

Methods in org.springframework.batch.sample.domain.order.internal.mapper that return Customer
 Customer CustomerFieldSetMapper.mapFieldSet(FieldSet fieldSet)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.