Skip to content

Commit 6b94dfe

Browse files
committed
Support for @struct, etc. and the "second passes" needed to support them
1 parent dc69a68 commit 6b94dfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

design/new-contributor-model-binding-guide.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ The order is:
349349

350350
| `AggregateComponents`
351351
| Finalize aggregate component columns after all nested component properties and columns exist.
352+
This includes aggregate embeddables such as `@Struct` and embeddables mapped with aggregate `@JdbcTypeCode` values.
352353

353354
| `TableKeys`
354355
| Create dependent table keys for joined subclasses, secondary tables, and collection/association tables.
@@ -374,7 +375,7 @@ Examples:
374375
* association targets that need non-primary-key property resolution
375376
* association-valued identifiers
376377
* derived identifiers
377-
* aggregate components
378+
* aggregate components that replace flattened component columns with an aggregate column after member binding
378379
* table-key foreign keys
379380
* inverse to-one and inverse plural associations
380381

0 commit comments

Comments
 (0)