| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| Modifier and Type | Method and Description |
|---|---|
static DbEntityType |
DbEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbEntityType[] |
DbEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DbEntityType> |
AbstractDatabaseEngine.getEntities()
Gets the database entities.
|
Map<String,DbEntityType> |
DatabaseEngine.getEntities()
Gets the database entities.
|
Copyright © 2014 Feedzai. All Rights Reserved.