Uses of Interface
org.castor.cpa.query.Schema

Packages that use Schema
org.castor.cpa.query   
org.castor.cpa.query.object   
 

Uses of Schema in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return Schema
 Schema SelectQuery.newSchema(Class<?> schema, String identifier)
          Factory method to create new Schema.
 Schema SelectQuery.newSchema(String schema, String identifier)
          Factory method to create new Schema.
 

Methods in org.castor.cpa.query with parameters of type Schema
 void SelectQuery.addSchema(Schema schema)
          Adds the schema.
 

Uses of Schema in org.castor.cpa.query.object
 

Classes in org.castor.cpa.query.object that implement Schema
 class SchemaImpl
          Final immutable class that implements Schema.
 

Methods in org.castor.cpa.query.object that return Schema
 Schema SelectQueryImpl.newSchema(Class<?> type, String identifier)
          Factory method to create new Schema.
 Schema SelectQueryImpl.newSchema(String name, String identifier)
          Factory method to create new Schema.
 

Methods in org.castor.cpa.query.object with parameters of type Schema
 void SelectQueryImpl.addSchema(Schema schema)
          Adds the schema.
 



Copyright © 2010. All Rights Reserved.