Interface FieldToLong<ENTITY,T>

Type Parameters:
ENTITY - the entity type
T - the column type before mapped
All Superinterfaces:
Comparator<ENTITY>, com.speedment.runtime.compute.expression.Expression<ENTITY>, FieldMapper<ENTITY,T,Long,com.speedment.runtime.compute.ToLong<ENTITY>,ToLongFunction<T>>, Function<ENTITY,Long>, com.speedment.runtime.compute.trait.HasAbs<com.speedment.runtime.compute.ToLongNullable<ENTITY>>, 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.trait.HasMapIfPresent<ENTITY,LongUnaryOperator,com.speedment.runtime.compute.ToLongNullable<ENTITY>>, com.speedment.runtime.compute.trait.HasMapToDoubleIfPresent<ENTITY,LongToDoubleFunction>, com.speedment.runtime.compute.trait.HasNegate<com.speedment.runtime.compute.ToLongNullable<ENTITY>>, com.speedment.runtime.compute.trait.HasSign<com.speedment.runtime.compute.ToByteNullable<ENTITY>>, com.speedment.runtime.compute.trait.HasSqrt<com.speedment.runtime.compute.ToDoubleNullable<ENTITY>>, ToLongFunction<ENTITY>, com.speedment.runtime.compute.ToLongNullable<ENTITY>, com.speedment.runtime.compute.trait.ToNullable<ENTITY,Long,com.speedment.runtime.compute.ToLong<ENTITY>>

public interface FieldToLong<ENTITY,T> extends FieldMapper<ENTITY,T,Long,com.speedment.runtime.compute.ToLong<ENTITY>,ToLongFunction<T>>, com.speedment.runtime.compute.ToLongNullable<ENTITY>
Specific FieldMapper implementation that also implements ToLongNullable.
Since:
3.1.0
Author:
Emil Forslund