You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2020/11/24 10:37:00 UTC

[jira] [Created] (IGNITE-13748) Schema configuration public API

Andrey Mashenkov created IGNITE-13748:
-----------------------------------------

             Summary: Schema configuration public API
                 Key: IGNITE-13748
                 URL: https://issues.apache.org/jira/browse/IGNITE-13748
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Andrey Mashenkov


Let's implement a public API classes for initial schema declaration. Considering next:
 * It should be possible to create schema without having any Class instance, like we do now with QueryEntity. 
 * Automatic schema creation based on annotated classes, like we have in ccfg.setIndexedTypes()
 * Transient fields semantic.
 * Using builder pattern for schema configuration.
 * Split type-system into internal native-types (introduced GG-13617) and public API types. The latest ones should be portable (e.g. could be used in .Net)
 * API can be extracted to separate module that will not have any dependency on other Ignite modules.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)