SimpleTableDef instead.@Deprecated public final class MongoDbTableDef extends SimpleTableDef implements Serializable
MongoDbDataContext tables. This class can
be used as an instruction set for the MongoDbDataContext to specify
which collections, which columns (and their types) should be included in the
schema structure of a Mongo DB database.| Constructor and Description |
|---|
MongoDbTableDef(String name,
String[] columnNames)
Deprecated.
|
MongoDbTableDef(String name,
String[] columnNames,
ColumnType[] columnTypes)
Deprecated.
|
public MongoDbTableDef(String name, String[] columnNames, ColumnType[] columnTypes)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.