Skip to content

Commit 778dd14

Browse files
committed
update encyrption types docs
1 parent 11c19ed commit 778dd14

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/features/encryption.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,19 @@ <h2 id="types">Supported types</h2>
257257
database encryption will use client/application encryption.
258258
</p>
259259
<ul>
260-
<li>Enum</li>
261-
<li>String</li>
260+
<li>Enum (if based on VARCHAR)</li>
261+
<li>String (VARCHAR, CHAR, CLOB, LONGVARCHAR)</li>
262262
<li>Date types - LocalDate, Date, Joda LocalDate</li>
263263
<li>Timestamp types - Timestamp, Instant, OffsetDateTime, ZonedDateTime</li>
264264
</ul>
265-
265+
<p>
266+
Important: The following types are currently not supported:
267+
</p>
268+
<ul>
269+
<li>primitive types</li>
270+
<li>Timestamps</li>
271+
</ul>
272+
266273
<h2 id="encryptKeyManager">EncryptKeyManager</h2>
267274
<p>
268275
Whenever a property is encrypted or decrypted a "Key" must be used. Ebean will

0 commit comments

Comments
 (0)