Hi,
i have a question on hibernate mechanisms :
i use a PIPELINED stored procedure returning several rows.
how hibernate manage objects in the cache ? independently or as a collection ?
All objects are obtained using this stored procedure, but some objects will be used during all the session and others objects will be used only 1 time.
When JVM memory lacks, May hibernate evict an object from cache without evicting all the collection ?
If no, is there a solution to separate objects ?
Regards
William
|