Uses of Interface
com.speedment.jpastreamer.field.StringField
Packages that use StringField
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Collectors provided by the Runtime Field module.
-
Uses of StringField in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field that return StringFieldModifier and TypeMethodDescriptionstatic <ENTITY> StringField<ENTITY>StringField.create(Class<ENTITY> table, String columnName, ReferenceGetter<ENTITY, String> getter, boolean unique) Creates a newStringFieldusing the default implementation. -
Uses of StringField in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector with parameters of type StringFieldModifier and TypeMethodDescriptionFieldCollectors.groupingBy(StringField<ENTITY> field) FieldCollectors.groupingBy(StringField<ENTITY> field, Collector<ENTITY, A, R> downstream)