Uses of Interface
com.speedment.jpastreamer.field.trait.HasGetter
Packages that use HasGetter
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Traits used in Speedment fields are located in this package.
-
Uses of HasGetter in com.speedment.jpastreamer.field
Subinterfaces of HasGetter in com.speedment.jpastreamer.fieldModifier and TypeInterfaceDescriptioninterfaceBooleanField<ENTITY>A field that represents a primitivebooleanvalue.interfaceByteField<ENTITY>A field that represents a primitivebytevalue.interfaceCharField<ENTITY>A field that represents a primitivecharvalue.interfaceComparableField<ENTITY,V extends Comparable<? super V>> A field that represents an object value that implementsComparable.interfaceDoubleField<ENTITY>A field that represents a primitivedoublevalue.interfaceA field representing anEnumvalue in the entity.interfaceField<ENTITY>The base interface for all fields.interfaceFloatField<ENTITY>A field that represents a primitivefloatvalue.interfaceIntField<ENTITY>A field that represents a primitiveintvalue.interfaceLongField<ENTITY>A field that represents a primitivelongvalue.interfaceReferenceField<ENTITY,V> A field that represents an object value.interfaceShortField<ENTITY>A field that represents a primitiveshortvalue.interfaceStringField<ENTITY>A field that represents a string column. -
Uses of HasGetter in com.speedment.jpastreamer.field.trait
Subinterfaces of HasGetter in com.speedment.jpastreamer.field.traitModifier and TypeInterfaceDescriptioninterfaceHasBooleanOperators<ENTITY>A representation of an Entity field that is of boolean typeinterfaceHasBooleanValue<ENTITY>A representation of an Entity field that is a primitivebooleantype.interfaceHasByteValue<ENTITY>A representation of an Entity field that is a primitivebytetype.interfaceHasCharValue<ENTITY>A representation of an Entity field that is a primitivechartype.interfaceHasComparableOperators<ENTITY,V extends Comparable<? super V>> A representation of an Entity field that is a reference type (e.g.interfaceHasDoubleValue<ENTITY>A representation of an Entity field that is a primitivedoubletype.interfaceHasFloatValue<ENTITY>A representation of an Entity field that is a primitivefloattype.interfaceHasIntValue<ENTITY>A representation of an Entity field that is a primitiveinttype.interfaceHasLongValue<ENTITY>A representation of an Entity field that is a primitivelongtype.interfaceHasReferenceValue<ENTITY,V> A representation of an Entity field that is a reference type (egIntegerand notint).interfaceHasShortValue<ENTITY>A representation of an Entity field that is a primitiveshorttype.