org.apache.tuscany.das.rdb.graphbuilder.impl
Class GraphBuilderMetadata

java.lang.Object
  extended by org.apache.tuscany.das.rdb.graphbuilder.impl.GraphBuilderMetadata

public class GraphBuilderMetadata
extends java.lang.Object


Constructor Summary
GraphBuilderMetadata(java.util.Collection results, Config model, ResultSetShape shape)
           
 
Method Summary
 MappingWrapper getConfigWrapper()
           
 java.util.List getDefinedTypes()
           
 java.util.Collection getRelationships()
          Returns the set of defined relationships
 java.util.Collection getResultMetadata()
          Returns the collection of ResultMetadata objects
 commonj.sdo.Type getRootType()
          Returns the root Type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphBuilderMetadata

public GraphBuilderMetadata(java.util.Collection results,
                            Config model,
                            ResultSetShape shape)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

getResultMetadata

public java.util.Collection getResultMetadata()
Returns the collection of ResultMetadata objects


getRelationships

public java.util.Collection getRelationships()
Returns the set of defined relationships


getRootType

public commonj.sdo.Type getRootType()
Returns the root Type


getConfigWrapper

public MappingWrapper getConfigWrapper()

getDefinedTypes

public java.util.List getDefinedTypes()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.