Hi,
I am new to ApacheCamel and working on example which will select records
from table and display on console, following is what i tried
from("jpa:LoanRequest?consumeDelete=false;consumer.namedQuery=selectLoanRequests&persistenceUnit=LoanServicePU")
.to("stream:out");
but how i can get objects/rows list and display particular columns?
regards
--
View this message in context:
http://camel.465427.n5.nabble.com/JPAComponent-starter-example-tp5748145.html
Sent from the Camel - Users mailing list archive at Nabble.com.