ENTITY
- the entity typepublic interface TableIdentifier<ENTITY> extends HasDbmsName, HasSchemaName, HasTableName
To find the actual documents referred to by the identifier, the following utility methods can be used:
DocumentDbUtil
Modifier and Type | Interface and Description |
---|---|
static class |
TableIdentifier.Hidden |
Modifier and Type | Method and Description |
---|---|
static <ENTITY> TableIdentifier<ENTITY> |
of(String dbmsName,
String schemaName,
String tableName) |
getDbmsName
getSchemaName
getTableName
static <ENTITY> TableIdentifier<ENTITY> of(String dbmsName, String schemaName, String tableName)
Copyright © 2016 Speedment, Inc.. All rights reserved.