Hibernate Framework Practice Test
Hibernate Framework Hibernate Caching
What is the first-level cache in Hibernate?
Select your answer
A
The Session cache that stores entities within a single session
B
A database-level cache
C
A distributed cache shared across nodes
D
A query result cache
Hint