| Package | Description |
|---|---|
| de.bytefish.pgbulkinsert.mapping | |
| de.bytefish.pgbulkinsert.pgsql.constants | |
| de.bytefish.pgbulkinsert.pgsql.handlers | |
| de.bytefish.pgbulkinsert.row |
| Modifier and Type | Method and Description |
|---|---|
protected <TProperty> |
AbstractMapping.map(String columnName,
DataType dataType,
Function<TEntity,TProperty> propertyGetter) |
protected <TElementType,TCollectionType extends Collection<TElementType>> |
AbstractMapping.mapCollection(String columnName,
DataType dataType,
Function<TEntity,TCollectionType> propertyGetter) |
protected <TElementType> |
AbstractMapping.mapRange(String columnName,
DataType dataType,
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> |
IValueHandlerProvider.resolve(DataType targetType) |
<TTargetType> |
ValueHandlerProvider.resolve(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
<TElementType,TCollectionType extends Collection<TElementType>> |
SimpleRow.setCollection(int ordinal,
DataType type,
TCollectionType value) |
<TElementType,TCollectionType extends Collection<TElementType>> |
SimpleRow.setCollection(String columnName,
DataType type,
TCollectionType value) |
<TElementType> |
SimpleRow.setRange(int ordinal,
DataType dataType,
Range<TElementType> value) |
<TElementType> |
SimpleRow.setRange(String columnName,
DataType dataType,
Range<TElementType> value) |
<TTargetType> |
SimpleRow.setValue(int ordinal,
DataType type,
TTargetType value) |
<TTargetType> |
SimpleRow.setValue(String columnName,
DataType type,
TTargetType value) |
Copyright © 2020. All rights reserved.