You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2016/02/01 07:37:39 UTC

[jira] [Created] (IGNITE-2512) Schema import: Generate cacheName property in JdbcType

Vasiliy Sisko created IGNITE-2512:
-------------------------------------

             Summary: Schema import: Generate cacheName property in JdbcType
                 Key: IGNITE-2512
                 URL: https://issues.apache.org/jira/browse/IGNITE-2512
             Project: Ignite
          Issue Type: Bug
          Components: wizards
    Affects Versions: 1.6
            Reporter: Vasiliy Sisko


Generate template for *cacheName* property inside of JdbcType descriptor.
{code:xml}
<bean class="org.apache.ignite.cache.store.jdbc.JdbcType">
    <!-- Please configure cache name to load data from table UserInfo -->
    <property name="cacheName" value=""/>
    <property name="databaseSchema" value="STAFF"/>
    <property name="databaseTable" value="UserInfo"/>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)