Uses of Interface
org.modeshape.graph.query.validate.Schemata.Key

Packages that use Schemata.Key
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of Schemata.Key in org.modeshape.graph.query.validate
 

Classes in org.modeshape.graph.query.validate that implement Schemata.Key
 class ImmutableKey
           
 

Methods in org.modeshape.graph.query.validate that return Schemata.Key
 Schemata.Key Schemata.Table.getKey(Iterable<Schemata.Column> columns)
          Obtain this table's key that contains exactly those columns listed.
 Schemata.Key Schemata.Table.getKey(Schemata.Column... columns)
          Obtain this table's key that contains exactly those columns listed.
 

Methods in org.modeshape.graph.query.validate that return types with arguments of type Schemata.Key
 Collection<Schemata.Key> Schemata.Table.getKeys()
          Get the collection of keys for this table.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.