Re-write of `Collections` domain model section

preliminary work
This commit is contained in:
Steve Ebersole 2021-12-31 11:32:35 -06:00
parent aa08c90b52
commit 9beab38716
1 changed files with 7 additions and 2 deletions

View File

@ -103,11 +103,16 @@ todo (6.0) - finish
[[collection-wrapper-custom-semantics]]
==== Custom CollectionSemantic
==== Custom semantics
`@CollectionClassificationType` / `@CollectionSemantics`
Hibernate provides 3 ways to influence the semantics used for a collection mapping
* `@CollectionClassificationType`
* `@CollectionSemantics`
* `@CollectionType`
todo (6.0) - finish
[[NOTE]]