Van Halbert created TEIIDDES-2978:
-------------------------------------
Summary: In the materialize wizard, split out the cacheTypeMap
Key: TEIIDDES-2978
URL:
https://issues.jboss.org/browse/TEIIDDES-2978
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling, Usability
Affects Versions: 10.0.3
Reporter: Van Halbert
Priority: Optional
- change the cacheTypeMap to be split out into 3 separate text boxes for the user (cache
name, class name, primary key)
a. the primary key from the view (if it exists) can be use to set the default for the
primary key
b. the class name can be defaulted to what the pojo class to be created
c. The user then only needs to enter the cache name
All three must be entered to complete process
under the covers, the property will be assembled: cacheName + ":" + classname
+ ":" + primarykey
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)