protected void |
AbstractMapping.mapBigInt(String columnName,
Func2<TEntity,BigInteger> propertyGetter) |
protected void |
AbstractMapping.mapBigIntLong(String columnName,
Func2<TEntity,Long> propertyGetter) |
protected void |
AbstractMapping.mapBoolean(String columnName,
Func2<TEntity,Boolean> propertyGetter) |
protected void |
AbstractMapping.mapDate(String columnName,
Func2<TEntity,java.time.LocalDate> propertyGetter) |
protected void |
AbstractMapping.mapDateTimeWithTimeZone(String columnName,
Func2<TEntity,java.time.OffsetDateTime> propertyGetter) |
protected void |
AbstractMapping.mapDecimal(String columnName,
int precision,
int scale,
Func2<TEntity,BigDecimal> propertyGetter) |
protected void |
AbstractMapping.mapDouble(String columnName,
Func2<TEntity,Double> propertyGetter) |
protected void |
AbstractMapping.mapInt(String columnName,
Func2<TEntity,Integer> propertyGetter) |
protected void |
AbstractMapping.mapNumeric(String columnName,
int precision,
int scale,
Func2<TEntity,BigDecimal> propertyGetter) |
protected void |
AbstractMapping.mapReal(String columnName,
Func2<TEntity,Float> propertyGetter) |
protected void |
AbstractMapping.mapSmallInt(String columnName,
Func2<TEntity,Short> propertyGetter) |
protected void |
AbstractMapping.mapString(String columnName,
Func2<TEntity,String> propertyGetter) |
protected void |
AbstractMapping.mapTimeWithTimeZone(String columnName,
Func2<TEntity,java.time.OffsetTime> propertyGetter) |
protected void |
AbstractMapping.mapTinyInt(String columnName,
Func2<TEntity,Byte> propertyGetter) |
protected void |
AbstractMapping.mapVarBinary(String columnName,
int maxLength,
Func2<TEntity,byte[]> propertyGetter) |