Re-write of `Collections` domain model section
preliminary work
This commit is contained in:
parent
aa08c90b52
commit
9beab38716
|
@ -103,11 +103,16 @@ todo (6.0) - finish
|
||||||
|
|
||||||
|
|
||||||
[[collection-wrapper-custom-semantics]]
|
[[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]]
|
[[NOTE]]
|
||||||
|
|
Loading…
Reference in New Issue