Uses of Interface
com.speedment.jpastreamer.field.trait.HasComparableOperators
Packages that use HasComparableOperators
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
-
Uses of HasComparableOperators in com.speedment.jpastreamer.field
Subinterfaces of HasComparableOperators in com.speedment.jpastreamer.fieldModifier and TypeInterfaceDescriptioninterfaceByteField<ENTITY>A field that represents a primitivebytevalue.interfaceCharField<ENTITY>A field that represents a primitivecharvalue.interfaceComparableField<ENTITY,V extends Comparable<? super V>> A field that represents an object value that implementsComparable.interfaceDoubleField<ENTITY>A field that represents a primitivedoublevalue.interfaceA field representing anEnumvalue in the entity.interfaceFloatField<ENTITY>A field that represents a primitivefloatvalue.interfaceIntField<ENTITY>A field that represents a primitiveintvalue.interfaceLongField<ENTITY>A field that represents a primitivelongvalue.interfaceShortField<ENTITY>A field that represents a primitiveshortvalue.interfaceStringField<ENTITY>A field that represents a string column.