mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12797 Fix cache modes relationships table layout
This commit is contained in:
parent
30592b7d74
commit
a4df91bdb3
@ -399,7 +399,7 @@ and retrieval (http://docs.oracle.com/javaee/7/api/javax/persistence/CacheRetrie
|
|||||||
The relationship between Hibernate and JPA cache modes can be seen in the following table:
|
The relationship between Hibernate and JPA cache modes can be seen in the following table:
|
||||||
|
|
||||||
.Cache modes relationships
|
.Cache modes relationships
|
||||||
[cols=",,,",options="header",]
|
[cols=",,",options="header",]
|
||||||
|======================================
|
|======================================
|
||||||
|Hibernate | JPA | Description
|
|Hibernate | JPA | Description
|
||||||
|`CacheMode.NORMAL` |`CacheStoreMode.USE` and `CacheRetrieveMode.USE` | Default. Reads/writes data from/into cache
|
|`CacheMode.NORMAL` |`CacheStoreMode.USE` and `CacheRetrieveMode.USE` | Default. Reads/writes data from/into cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user