Uses of Interface
com.speedment.jpastreamer.field.ReferenceField
Packages that use ReferenceField
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Collectors provided by the Runtime Field module.
This package contains expression classes.
-
Uses of ReferenceField in com.speedment.jpastreamer.field
Subinterfaces of ReferenceField 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.interfaceStringField<ENTITY>A field that represents a string column.Methods in com.speedment.jpastreamer.field that return ReferenceFieldModifier and TypeMethodDescriptionstatic <ENTITY,V> ReferenceField<ENTITY, V> ReferenceField.create(Class<ENTITY> table, String columnName, ReferenceGetter<ENTITY, V> getter, boolean unique) Creates a newReferenceFieldusing the default implementation. -
Uses of ReferenceField in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector with parameters of type ReferenceFieldModifier and TypeMethodDescriptionFieldCollectors.groupingBy(ReferenceField<ENTITY, T> field) FieldCollectors.groupingBy(ReferenceField<ENTITY, T> field, Collector<ENTITY, A, R> downstream) -
Uses of ReferenceField in com.speedment.jpastreamer.field.expression
Methods in com.speedment.jpastreamer.field.expression that return ReferenceField