|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schemata.Key | |
|---|---|
| org.jboss.dna.graph.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
| Uses of Schemata.Key in org.jboss.dna.graph.query.validate |
|---|
| Classes in org.jboss.dna.graph.query.validate that implement Schemata.Key | |
|---|---|
class |
ImmutableKey
|
| Methods in org.jboss.dna.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.jboss.dna.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||