Uses of Class
org.apache.camel.example.etl.CustomerEntity

Uses of CustomerEntity in org.apache.camel.example.etl
 

Methods in org.apache.camel.example.etl that return CustomerEntity
protected  CustomerEntity CustomerTransformer.findCustomerByName(org.springframework.orm.jpa.JpaTemplate template, String user)
          Finds a customer for the given username
 CustomerEntity CustomerTransformer.toCustomer(PersonDocument doc, org.apache.camel.Exchange exchange)
          A transformation method to convert a person document into a customer entity
 



Apache CAMEL