Uses of Interface
de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler
Packages that use IValueHandler
Package
Description
-
Uses of IValueHandler in de.bytefish.pgbulkinsert.mapping
Methods in de.bytefish.pgbulkinsert.mapping with parameters of type IValueHandlerModifier and TypeMethodDescriptionprotected <TProperty>
voidAbstractMapping.map(String columnName, IValueHandler<TProperty> valueHandler, Function<TEntity, TProperty> propertyGetter) -
Uses of IValueHandler in de.bytefish.pgbulkinsert.pgsql
Methods in de.bytefish.pgbulkinsert.pgsql with parameters of type IValueHandlerModifier and TypeMethodDescription<TTargetType>
voidPgBinaryWriter.write(IValueHandler<TTargetType> handler, TTargetType value) -
Uses of IValueHandler in de.bytefish.pgbulkinsert.pgsql.handlers
Classes in de.bytefish.pgbulkinsert.pgsql.handlers that implement IValueHandlerModifier and TypeClassDescriptionclassclassBigDecimalValueHandler<T extends Number>The Algorithm for turning a BigDecimal into a Postgres Numeric is heavily inspired by the Intermine Implementation:classclassclassclassByteValueHandler<T extends Number>classclassCollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>> classDoubleValueHandler<T extends Number>classFloatValueHandler<T extends Number>classclassclassclassIntegerValueHandler<T extends Number>classclassclassclassclassclassclassLongValueHandler<T extends Number>classclassclassclassclassRangeValueHandler<TElementType>classShortValueHandler<T extends Number>classclassclassMethods in de.bytefish.pgbulkinsert.pgsql.handlers that return IValueHandlerModifier and TypeMethodDescription<TTargetType>
IValueHandler<TTargetType> <TTargetType>
IValueHandler<TTargetType> Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type IValueHandlerModifier and TypeMethodDescription<TTargetType>
ValueHandlerProviderValueHandlerProvider.add(DataType targetType, IValueHandler<TTargetType> valueHandler) Constructors in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type IValueHandlerModifierConstructorDescriptionCollectionValueHandler(int oid, IValueHandler<TElementType> valueHandler) RangeValueHandler(IValueHandler<TElementType> valueHandler) -
Uses of IValueHandler in de.bytefish.pgbulkinsert.pgsql.handlers.utils
Classes in de.bytefish.pgbulkinsert.pgsql.handlers.utils that implement IValueHandler -
Uses of IValueHandler in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type IValueHandlerModifier and TypeMethodDescription<TTargetType>
voidSimpleRow.setValue(int ordinal, IValueHandler<TTargetType> handler, TTargetType value) <TTargetType>
voidSimpleRow.setValue(String columnName, IValueHandler<TTargetType> handler, TTargetType value)