| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.dml.dialect |
Contains an SQL builder.
|
| com.feedzai.commons.sql.abstraction.entry |
A database entry implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityEntry.Builder |
SqlBuilder.entry()
Creates a Database Entry builder.
|
| Modifier and Type | Method and Description |
|---|---|
EntityEntry.Builder |
EntityEntry.newBuilder()
Returns a new Builder out of this
EntityEntry. |
EntityEntry.Builder |
EntityEntry.Builder.set(Map<String,Object> map)
Adds all the entries in given map to the entity entry.
|
EntityEntry.Builder |
EntityEntry.Builder.set(String k,
Object v)
Adds the specified key/value pair.
|
Copyright © 2014 Feedzai. All Rights Reserved.