Uses of Interface
com.speedment.jpastreamer.field.ComparableField
Packages that use ComparableField
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Comparators provided by the Runtime Field module.
-
Uses of ComparableField in com.speedment.jpastreamer.field
Subinterfaces of ComparableField in com.speedment.jpastreamer.fieldModifier and TypeInterfaceDescriptioninterfaceA field representing anEnumvalue in the entity.interfaceStringField<ENTITY>A field that represents a string column.Methods in com.speedment.jpastreamer.field that return ComparableFieldModifier and TypeMethodDescriptionstatic <ENTITY,V extends Comparable<? super V>>
ComparableField<ENTITY,V> ComparableField.create(Class<ENTITY> table, String columnName, ReferenceGetter<ENTITY, V> getter, boolean unique) Creates a newComparableFieldusing the default implementation. -
Uses of ComparableField in com.speedment.jpastreamer.field.comparator
Methods in com.speedment.jpastreamer.field.comparator that return ComparableFieldModifier and TypeMethodDescriptionReferenceFieldComparator.getField()Gets the field that is being compared.