Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How synchronize Hibernate and database

Status
Not open for further replies.

ZeroOne75

Programmer
Jan 28, 2009
1
0
0
FR
Hi,

I am using Hibernate Tools 3.2.4CR, JavaEE, PHP, MySQL and Hibernate Tools.

I would like to know how to do at the cache level of Hibernate when the database is modified in the same time by PHP and Java/Hibernate.

How can I make Hibernate to take into account the modifications passed in the database by PHP?
 
If your data is updated frequently by several applications, I'd seriously consider not using any cache.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top