How do I define an Explicit ResultSet shape definition for the resultset from a join?
You can find some information on the DAS User Guide 1. There are couple test cases that also show this working, here is one test case 2 and it’s config file 3.Allow passing ResultDescriptor to Dynamic Commands. i.e. Command x = das.createCommand(“y”); x can have set/get of single/list of ResultDescriptors. Useful for databases like Oracle which require user to pass ResultDescriptor and for cases when the commands are created dynamically using createCommand()1 http://incubator.apache.org/tuscany/explicit-resultset-shape-definition.html 2 https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/RelationshipTests.java 3 https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/resources/companyMappingWithResultDescriptor.