Uses of Interface
com.speedment.jpastreamer.field.trait.HasReferenceValue
Packages that use HasReferenceValue
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Functional interfaces used by Fields are located in this package.
-
Uses of HasReferenceValue in com.speedment.jpastreamer.field
Subinterfaces of HasReferenceValue in com.speedment.jpastreamer.fieldModifier and TypeInterfaceDescriptioninterfaceComparableField<ENTITY,V extends Comparable<? super V>> A field that represents an object value that implementsComparable.interfaceA field representing anEnumvalue in the entity.interfaceReferenceField<ENTITY,V> A field that represents an object value.interfaceStringField<ENTITY>A field that represents a string column. -
Uses of HasReferenceValue in com.speedment.jpastreamer.field.method
Methods in com.speedment.jpastreamer.field.method that return HasReferenceValueModifier and TypeMethodDescriptionGetReference.getField()Returns the field that created theget()-operation.