HHH-12797 Fix cache modes relationships table layout

This commit is contained in:
Diego Lovison 2018-07-11 16:51:22 -03:00 committed by Guillaume Smet
parent 30592b7d74
commit a4df91bdb3
1 changed files with 1 additions and 1 deletions

View File

@ -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