Friday, November 7, 2008

No more default Cashe

In JPA you can eliminate default cashing by putting below code fragment into persistance.xml file at your project.

At properties tag there is a sub tag called property
on that tag you have to put name="toplink.cache.shared.default" value="false"

No comments:

Search This Blog