Interface FieldToChar<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,Character,com.speedment.runtime.compute.ToChar<ENTITY>,com.speedment.common.function.ToCharFunction<T>>, Function<ENTITY,Character>, com.speedment.runtime.compute.trait.HasCompare<ENTITY>, com.speedment.runtime.compute.trait.HasCompose<ENTITY>, com.speedment.runtime.compute.trait.HasHash<ENTITY>, com.speedment.common.function.ToCharFunction<ENTITY>, com.speedment.runtime.compute.ToCharNullable<ENTITY>, com.speedment.runtime.compute.trait.ToNullable<ENTITY,Character,com.speedment.runtime.compute.ToChar<ENTITY>>

public interface FieldToChar<ENTITY,T> extends FieldMapper<ENTITY,T,Character,com.speedment.runtime.compute.ToChar<ENTITY>,com.speedment.common.function.ToCharFunction<T>>, com.speedment.runtime.compute.ToCharNullable<ENTITY>
Specific FieldMapper implementation that also implements ToCharNullable.
Since:
3.1.0
Author:
Emil Forslund