Module jpastreamer.field
Interface GetReference<ENTITY,T>
- Type Parameters:
ENTITY- the entity typeT- the java type
- All Superinterfaces:
Function<ENTITY,,T> Getter<ENTITY>,ReferenceGetter<ENTITY,T>
- Since:
- 3.0.2
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.field.method.ReferenceGetter
asFunction
-
Method Details
-
getField
HasReferenceValue<ENTITY,T> getField()Returns the field that created theget()-operation.- Returns:
- the field
-