- Type Parameters:
ENTITY- the entity type
- All Superinterfaces:
Getter<ENTITY>,ShortGetter<ENTITY>
A more detailed
ShortGetter that also contains information about the
field that created it.- Since:
- 3.0.2
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.field.method.ShortGetter
apply, applyAsShort, asFunction
-
Method Details
-
getField
HasShortValue<ENTITY> getField()Returns the field that created theget()-operation.- Returns:
- the field
-