public static class EntityConverter.Column
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Index |
index |
java.lang.String |
name |
EntityConverter.ColumnType |
type |
| Constructor and Description |
|---|
Column(java.lang.String name,
EntityConverter.ColumnType type)
Define an unindexed column
|
Column(java.lang.String name,
EntityConverter.ColumnType type,
Index index)
Define a column with an optional index definition
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final java.lang.String name
public final EntityConverter.ColumnType type
public final Index index
public Column(java.lang.String name,
EntityConverter.ColumnType type)
name - column nametype - column typepublic Column(java.lang.String name,
EntityConverter.ColumnType type,
Index index)
name - the column nametype - the column typeindex - the index definition or null for no indexIndex,
IndexBuilder