Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
Modifier and Type | Field and Description |
---|---|
protected List<DbIndex> |
DbEntity.Builder.indexes |
Modifier and Type | Method and Description |
---|---|
DbIndex |
DbIndex.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DbIndex> |
DbEntity.getIndexes()
Gets the immutable list of indexes.
|
Modifier and Type | Method and Description |
---|---|
DbEntity.Builder |
DbEntity.Builder.addIndex(DbIndex index)
Adds an index.
|
Modifier and Type | Method and Description |
---|---|
DbEntity.Builder |
DbEntity.Builder.addIndexes(Collection<DbIndex> indexes)
Adds an index.
|
Constructor and Description |
---|
DbEntity(String name,
List<DbColumn> columns,
List<DbFk> fks,
List<String> pkFields,
List<DbIndex> indexes)
Creates a new instance of
DbEntity . |
Copyright © 2014 Feedzai. All Rights Reserved.