level « Stored Procedure « JPA Q&A





1. Hibernate with stored procedures - pattern to access entities from second-level cache    stackoverflow.com

For a particular hibernate entity, I only have access to a stored procedure that gets all entities. Ideally, I want to load all in the hibernate second-level cache in the beggining ...