Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
Modifier and Type | Field and Description |
---|---|
protected List<DbFk> |
DbEntity.Builder.fks |
Modifier and Type | Method and Description |
---|---|
DbFk |
DbFk.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DbFk> |
DbEntity.getFks()
Gets the immutable list of foreign keys.
|
Modifier and Type | Method and Description |
---|---|
DbEntity.Builder |
DbEntity.Builder.addFk(DbFk... fks)
Adds the FKs.
|
Modifier and Type | Method and Description |
---|---|
DbEntity.Builder |
DbEntity.Builder.addFk(Collection<DbFk> fks)
Adds the FKs.
|
DbEntity.Builder |
DbEntity.Builder.addFks(Collection<DbFk> fks)
Adds the FKs.
|
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.