Uses of Interface
de.bytefish.jsqlserverbulkinsert.functional.Func2
-
Packages that use Func2 Package Description de.bytefish.jsqlserverbulkinsert.mapping de.bytefish.jsqlserverbulkinsert.model -
-
Uses of Func2 in de.bytefish.jsqlserverbulkinsert.mapping
Methods in de.bytefish.jsqlserverbulkinsert.mapping with parameters of type Func2 Modifier and Type Method Description protected voidAbstractMapping. mapBigInt(String columnName, Func2<TEntity,BigInteger> propertyGetter)protected voidAbstractMapping. mapBigIntLong(String columnName, Func2<TEntity,Long> propertyGetter, boolean isAutoIncrement)protected voidAbstractMapping. mapBoolean(String columnName, Func2<TEntity,Boolean> propertyGetter)protected voidAbstractMapping. mapDate(String columnName, Func2<TEntity,LocalDate> propertyGetter)protected voidAbstractMapping. mapDateTime(String columnName, Func2<TEntity,Timestamp> propertyGetter)protected voidAbstractMapping. mapDateTimeWithTimeZone(String columnName, Func2<TEntity,OffsetDateTime> propertyGetter)protected voidAbstractMapping. mapDecimal(String columnName, int precision, int scale, Func2<TEntity,BigDecimal> propertyGetter)protected voidAbstractMapping. mapDouble(String columnName, Func2<TEntity,Double> propertyGetter)protected voidAbstractMapping. mapInstant(String columnName, Func2<TEntity,Instant> propertyGetter)protected voidAbstractMapping. mapInt(String columnName, Func2<TEntity,Integer> propertyGetter, boolean isAutoIncrement)protected voidAbstractMapping. mapLocalDateTime(String columnName, Func2<TEntity,LocalDateTime> propertyGetter)protected voidAbstractMapping. mapNumeric(String columnName, int precision, int scale, Func2<TEntity,BigDecimal> propertyGetter)protected voidAbstractMapping. mapReal(String columnName, Func2<TEntity,Float> propertyGetter)protected voidAbstractMapping. mapSmallInt(String columnName, Func2<TEntity,Short> propertyGetter, boolean isAutoIncrement)protected voidAbstractMapping. mapString(String columnName, Func2<TEntity,String> propertyGetter)protected voidAbstractMapping. mapTimeWithTimeZone(String columnName, Func2<TEntity,OffsetTime> propertyGetter)protected voidAbstractMapping. mapTinyInt(String columnName, Func2<TEntity,Byte> propertyGetter)protected voidAbstractMapping. mapUTCNano(String columnName, Func2<TEntity,Long> propertyGetter)protected voidAbstractMapping. mapVarBinary(String columnName, int maxLength, Func2<TEntity,byte[]> propertyGetter) -
Uses of Func2 in de.bytefish.jsqlserverbulkinsert.model
Constructors in de.bytefish.jsqlserverbulkinsert.model with parameters of type Func2 Constructor Description ColumnDefinition(ColumnMetaData columnMetaData, Func2<TEntityType,Object> propertyGetter)
-