]
Barry LaFond updated TEIIDDES-2978:
-----------------------------------
Fix Version/s: 11.2
(was: 11.1)
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: 11.2
- 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