Interface LongField<ENTITY>

Type Parameters:
ENTITY - entity type
All Superinterfaces:
Comparator<ENTITY>, com.speedment.runtime.compute.expression.Expression<ENTITY>, Field<ENTITY>, FieldComparator<ENTITY>, com.speedment.runtime.compute.trait.HasAbs<com.speedment.runtime.compute.ToLong<ENTITY>>, com.speedment.runtime.compute.trait.HasAsDouble<ENTITY>, com.speedment.runtime.compute.trait.HasAsInt<ENTITY>, com.speedment.runtime.compute.trait.HasAsLong<ENTITY>, HasColumnName, HasComparableOperators<ENTITY,Long>, com.speedment.runtime.compute.trait.HasCompare<ENTITY>, com.speedment.runtime.compute.trait.HasCompose<ENTITY>, com.speedment.runtime.compute.trait.HasDivide<ENTITY>, HasGetter<ENTITY>, com.speedment.runtime.compute.trait.HasHash<ENTITY>, HasLongValue<ENTITY>, com.speedment.runtime.compute.trait.HasMap<ENTITY,LongUnaryOperator,com.speedment.runtime.compute.ToLong<ENTITY>>, com.speedment.runtime.compute.trait.HasMapToDouble<ENTITY,LongToDoubleFunction>, com.speedment.runtime.compute.trait.HasMinus<ENTITY>, com.speedment.runtime.compute.trait.HasMultiply<ENTITY>, com.speedment.runtime.compute.trait.HasNegate<com.speedment.runtime.compute.ToLong<ENTITY>>, com.speedment.runtime.compute.trait.HasPlus<ENTITY>, com.speedment.runtime.compute.trait.HasPow<ENTITY>, com.speedment.runtime.compute.trait.HasSign<com.speedment.runtime.compute.ToByte<ENTITY>>, com.speedment.runtime.compute.trait.HasSqrt<com.speedment.runtime.compute.ToDouble<ENTITY>>, HasTable<ENTITY>, LongFieldComparator<ENTITY>, com.speedment.runtime.compute.ToLong<ENTITY>, ToLongFunction<ENTITY>

public interface LongField<ENTITY> extends Field<ENTITY>, HasLongValue<ENTITY>, HasComparableOperators<ENTITY,Long>, com.speedment.runtime.compute.ToLong<ENTITY>, LongFieldComparator<ENTITY>
A field that represents a primitive long value.

Generated by com.speedment.sources.pattern.FieldPattern.

Since:
3.0.0
Author:
Emil Forslund