[
https://issues.apache.org/jira/browse/IGNITE-27753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Kolodin updated IGNITE-27753:
-----------------------------------
Summary: IgniteCatalog DSL inheritance support (was: IgniteCatalog DSL
pojo inheritance support)
> IgniteCatalog DSL inheritance support
> -------------------------------------
>
> Key: IGNITE-27753
> URL: https://issues.apache.org/jira/browse/IGNITE-27753
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vadim Kolodin
> Assignee: Vadim Kolodin
> Priority: Major
> Labels: ignite-3
>
> Support inherited columns
> {code:java}
> igniteCatalog.createTable(PojoExtended.class);
> // where class PojoExtended extends Pojo {}{code}
>
> Current behavior: dsl/mapper/marshaller do not traverse the class hierarchy -
> they only process fields declared directly in class passed to the method.
> Inherited fields silently ignored.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)