Make MetadataElement extend java.sql.Wrapper
Open Java API for OLAP
Brought to you by:
jhyde,
lucboudreau
Make MetadataElement extend java.sql.Wrapper. This will allow drivers to attach non-standard metadata to elements (cubes, dimensions, hierarchies, levels, members).
See http://jira.pentaho.com/browse/MONDRIAN-1063 for a use case involving passing Mondrian annotations.
Impact is moderate. Existing drivers will have to be modified to support the two new methods.