Uses of Interface
com.speedment.jpastreamer.field.trait.HasReferenceOperators
Packages that use HasReferenceOperators
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
-
Uses of HasReferenceOperators in com.speedment.jpastreamer.field
Subinterfaces of HasReferenceOperators 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.