Module jpastreamer.field
Interface FieldToBigDecimal<ENTITY,T>
- Type Parameters:
ENTITY- the entity typeT- the column type before mapped
- All Superinterfaces:
Comparator<ENTITY>,com.speedment.runtime.compute.expression.Expression<ENTITY>,FieldMapper<ENTITY,,T, BigDecimal, com.speedment.runtime.compute.ToBigDecimal<ENTITY>, Function<T, BigDecimal>> Function<ENTITY,,BigDecimal> com.speedment.runtime.compute.trait.HasCompare<ENTITY>,com.speedment.runtime.compute.trait.HasCompose<ENTITY>,com.speedment.runtime.compute.trait.HasHash<ENTITY>,com.speedment.runtime.compute.ToBigDecimalNullable<ENTITY>,com.speedment.runtime.compute.trait.ToNullable<ENTITY,BigDecimal, com.speedment.runtime.compute.ToBigDecimal<ENTITY>>
public interface FieldToBigDecimal<ENTITY,T>
extends FieldMapper<ENTITY,T,BigDecimal,com.speedment.runtime.compute.ToBigDecimal<ENTITY>,Function<T,BigDecimal>>, com.speedment.runtime.compute.ToBigDecimalNullable<ENTITY>
Specific
FieldMapper implementation that also implements
ToBigDecimalNullable.- Since:
- 3.1.0
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.speedment.jpastreamer.field.expression.FieldMapper
getField, getMapperMethods inherited from interface com.speedment.runtime.compute.ToBigDecimalNullable
apply, compare, compose, expressionType, hash, orElse, orElseGet, orThrowMethods inherited from interface com.speedment.runtime.compute.trait.ToNullable
isNotNull, isNotNull, isNull, isNull