Package | Description |
---|---|
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableKey |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Collection<Schemata.Key> |
Schemata.Table.getKeys()
Get the collection of keys for this table.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.