Uses of Interface
com.speedment.jpastreamer.field.method.ShortGetter
Packages that use ShortGetter
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Functional interfaces used by Fields are located in this package.
-
Uses of ShortGetter in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field with parameters of type ShortGetterModifier and TypeMethodDescriptionstatic <ENTITY> ShortField<ENTITY>ShortField.create(Class<ENTITY> table, String columnName, ShortGetter<ENTITY> getter, boolean unique) Creates a newShortFieldusing the default implementation. -
Uses of ShortGetter in com.speedment.jpastreamer.field.method
Subinterfaces of ShortGetter in com.speedment.jpastreamer.field.methodModifier and TypeInterfaceDescriptioninterfaceGetShort<ENTITY>A more detailedShortGetterthat also contains information about the field that created it.