You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Ravi kumar Puri <ra...@gmail.com> on 2016/04/14 20:36:05 UTC

Re: how to connect hibernate database to fetch and put data in ocnfiguration.xml

No this is not the thing that i was looking for!

Just answer three things is it possible

1 . Can i get the hibernate database connection url,username n paserd in ur
ignite-config.xnl ?
2. Will i beable to retreive the data from database using above
configurTion ?
3. Wil i be able to use the same configuration to automatic update the
database wid my newly arrived data?
On 14-Apr-2016 23:45, "vkulichenko" <va...@gmail.com> wrote:

> Ravi,
>
> This can be achieved with persistence store [1]. You can use loadCache()
> for
> bulk loading or warming up the cache, or utilize read-through.
>
> Is this what you're looking for?
>
> [1] https://apacheignite.readme.io/docs/persistent-store
>
> -Val
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/how-to-connect-hibernate-database-to-fetch-and-put-data-in-ocnfiguration-xml-tp4159p4183.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: how to connect hibernate database to fetch and put data in ocnfiguration.xml

Posted by vkulichenko <va...@gmail.com>.
Ravi,

Ignite uses Spring for configuration, so you can add any beans in the
configuration file and use them in your application code. So the answer to
all the questions is YES, but if you need to integrate the database with
Ignite, you should use persistence store.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-connect-hibernate-database-to-fetch-and-put-data-in-ocnfiguration-xml-tp4159p4199.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.