Uses of Class
com.feedzai.commons.sql.abstraction.entry.EntityEntry.Builder
-
Packages that use EntityEntry.Builder Package Description com.feedzai.commons.sql.abstraction.dml.dialect Contains an SQL builder.com.feedzai.commons.sql.abstraction.entry A database entry implementation. -
-
Uses of EntityEntry.Builder in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return EntityEntry.Builder Modifier and Type Method Description static EntityEntry.BuilderSqlBuilder. entry()Creates a Database Entry builder. -
Uses of EntityEntry.Builder in com.feedzai.commons.sql.abstraction.entry
Methods in com.feedzai.commons.sql.abstraction.entry that return EntityEntry.Builder Modifier and Type Method Description EntityEntry.BuilderEntityEntry. newBuilder()Returns a new Builder out of thisEntityEntry.EntityEntry.BuilderEntityEntry.Builder. set(String k, Object v)Adds the specified key/value pair.EntityEntry.BuilderEntityEntry.Builder. set(Map<String,Object> map)Adds all the entries in given map to the entity entry.
-