]
Steven Hawkins resolved TEIID-2703.
-----------------------------------
Resolution: Out of Date
Bulk resolving older issues as out of date.
Refactor value retrieval to class based
---------------------------------------
Key: TEIID-2703
URL:
https://issues.redhat.com/browse/TEIID-2703
Project: Teiid
Issue Type: Enhancement
Components: JDBC Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: Backlog
Similar to Hibernate, we need to introduce encapsulated value retrieval methods. The
current approach (which is legacy back to the mmx days) typically uses a switch block with
other checks, which can largely be avoided and should improve performance.