Module jpastreamer.field
Interface HasReferenceValue<ENTITY,V>
- Type Parameters:
ENTITY- the entity typeV- the field value type
- All Superinterfaces:
Field<ENTITY>,HasColumnName,HasGetter<ENTITY>,HasTable<ENTITY>
- All Known Subinterfaces:
ComparableField<ENTITY,,V> EnumField<ENTITY,,E> ReferenceField<ENTITY,,V> StringField<ENTITY>
A representation of an Entity field that is a reference type (eg
Integer and not int).- Since:
- 2.2.0
- Author:
- Per Minborg, Emil Forslund
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.field.trait.HasColumnName
columnName
-
Method Details