Skip to content

Commit 189a07d

Browse files
committed
mention InetAddress in docs
1 parent 921bf53 commit 189a07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/src/main/asciidoc/introduction/Entities.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ Hibernate slightly extends this list with the following types:
601601
| Additional date/time types | `java.time` | `Duration`, `ZoneId`, `ZoneOffset`, and even `ZonedDateTime`
602602
| JDBC LOB types | `java.sql` | `Blob`, `Clob`, `NClob`
603603
| Java class object | `java.lang` | `Class`
604+
| Internet addresses | `java.net` | `InetAddress`
604605
| Miscellaneous types | `java.util` | `Currency`, `Locale`, `URL`, `TimeZone`
605606
|====
606607

0 commit comments

Comments
 (0)