T - The type of the modelled object.public interface MappedTable<T> extends MappedIndex<T>
MappedDatabase:
mappedTable = mappedDatabase.table(tableSchema);| Modifier and Type | Method and Description |
|---|---|
MappedIndex<T> |
index(String indexName)
Returns a mapped index that can be used to execute commands against a secondary index belonging to the table
being mapped by this object.
|
execute, getMapperExtension, getOperationContext, getTableSchema, keyFromMappedIndex<T> index(String indexName)
indexName - The name of the secondary index to build the command interface for.MappedIndex object that can be used to execute database commands against.Copyright © 2019. All rights reserved.