Tagged Questions
0
votes
2answers
3k views
How do I use Hibernate's second level cache with JPA?
I am implementing an Entity Attribute Value based persistence mechanism. All DB access is done via Hibernate.
I have a table that contains paths for nodes, it is extremely simple, just an id, and a ...