]
Barry LaFond commented on TEIIDDES-2978:
----------------------------------------
This is almost turning into a CP wizard/editor that works with an existing Mat. Model and
View?
This would change the pattern/workflow. Almost begs for a separate
"configuration" file that's managed outside of Data Tools
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
Fix For: 10.0.3
- 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