Re: Hibernate with restlet

2015-04-27 Thread Claus Ibsen
-component (I'm not sure whether or not its supported) whereas JPA would handle that mapping for you. -- View this message in context: http://camel.465427.n5.nabble.com/Hibernate-with-restlet-tp5734306p5766357.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen

Re: Hibernate with restlet

2015-04-26 Thread ablevine1
/Hibernate-with-restlet-tp5734306p5766357.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Hibernate with restlet

2015-04-22 Thread Claus Ibsen
or alternatively, to use a bean that then does the data access. Should I make a feature request for this functionality, or is something along these lines potentially already in the works? -- View this message in context: http://camel.465427.n5.nabble.com/Hibernate-with-restlet-tp5734306p5766083.html

Re: Hibernate with restlet

2015-04-20 Thread ablevine1
this message in context: http://camel.465427.n5.nabble.com/Hibernate-with-restlet-tp5734306p5766083.html Sent from the Camel - Users mailing list archive at Nabble.com.

Hibernate with restlet

2013-06-18 Thread Jinesh M.K
Hi All, I completed the basic hibernate example given in http://camel.apache.org/hibernate-example.html Now I trying hibernate with restlet in apache camel. I want to return a row(s) from database, with a REST GET request. That means a simple select query over database. How to achive

Re: Hibernate with restlet

2013-06-18 Thread Christian Müller
All, I completed the basic hibernate example given in http://camel.apache.org/hibernate-example.html Now I trying hibernate with restlet in apache camel. I want to return a row(s) from database, with a REST GET request. That means a simple select query over database. How to achive

Re: Hibernate with restlet

2013-06-18 Thread Jinesh M.K
https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Jun 18, 2013 at 4:59 PM, Jinesh M.K mkjin...@gmail.com wrote: Hi All, I completed the basic hibernate example given in http://camel.apache.org/hibernate-example.html Now I trying hibernate with restlet in apache camel