public class PgBulkInsertUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <TEntity,TProperty> |
addColumn(de.bytefish.pgbulkinsert.mapping.AbstractMapping<TEntity> mapping,
String columnName,
de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler<TProperty> valueHandler,
java.util.function.Function<TEntity,TProperty> propertyGetter) |
public static <TEntity,TProperty> void addColumn(de.bytefish.pgbulkinsert.mapping.AbstractMapping<TEntity> mapping,
String columnName,
de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler<TProperty> valueHandler,
java.util.function.Function<TEntity,TProperty> propertyGetter)
Copyright © 2019. All rights reserved.