| Package | Description |
|---|---|
| de.bytefish.pgbulkinsert.mapping | |
| de.bytefish.pgbulkinsert.pgsql.constants | |
| de.bytefish.pgbulkinsert.pgsql.handlers |
| Modifier and Type | Method and Description |
|---|---|
protected <TProperty> |
AbstractMapping.map(String columnName,
DataType dataType,
java.util.function.Function<TEntity,TProperty> propertyGetter) |
protected <TElementType,TCollectionType extends Collection<TElementType>> |
AbstractMapping.mapCollection(String columnName,
DataType dataType,
java.util.function.Function<TEntity,TCollectionType> propertyGetter) |
protected <TElementType> |
AbstractMapping.mapRange(String columnName,
DataType dataType,
java.util.function.Function<TEntity,Range<TElementType>> propertyGetter) |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ObjectIdentifier.mapFrom(DataType type) |
| Modifier and Type | Method and Description |
|---|---|
<TTargetType> |
ValueHandlerProvider.add(DataType targetType,
IValueHandler<TTargetType> valueHandler) |
<TTargetType> |
ValueHandlerProvider.resolve(DataType dataType) |
<TTargetType> |
IValueHandlerProvider.resolve(DataType targetType) |
Copyright © 2020. All rights reserved.