Uses of Interface
com.speedment.jpastreamer.field.ShortField
Packages that use ShortField
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 ShortField in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field that return ShortFieldModifier and TypeMethodDescriptionstatic <ENTITY> ShortField<ENTITY>ShortField.create(Class<ENTITY> table, String columnName, ShortGetter<ENTITY> getter, boolean unique) Creates a newShortFieldusing the default implementation.default ShortField<ENTITY>ShortField.getField() -
Uses of ShortField in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector with parameters of type ShortFieldModifier and TypeMethodDescriptionFieldCollectors.groupingBy(ShortField<ENTITY> field) FieldCollectors.groupingBy(ShortField<ENTITY> field, Collector<ENTITY, A, R> downstream)