Module jpastreamer.field
Package com.speedment.jpastreamer.field
package com.speedment.jpastreamer.field
Fields expose handlers for accessing columns in generated classes and are
located in this package. Fields are separated into different types so that
the resulting handles can be type-aafe.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
InterfacesClassDescriptionBooleanField<ENTITY>A field that represents a primitive
booleanvalue.ByteField<ENTITY>A field that represents a primitivebytevalue.CharField<ENTITY>A field that represents a primitivecharvalue.ComparableField<ENTITY,V extends Comparable<? super V>> A field that represents an object value that implementsComparable.DoubleField<ENTITY>A field that represents a primitivedoublevalue.A field representing anEnumvalue in the entity.Field<ENTITY>The base interface for all fields.FloatField<ENTITY>A field that represents a primitivefloatvalue.IntField<ENTITY>A field that represents a primitiveintvalue.LongField<ENTITY>A field that represents a primitivelongvalue.ReferenceField<ENTITY,V> A field that represents an object value.ShortField<ENTITY>A field that represents a primitiveshortvalue.StringField<ENTITY>A field that represents a string column.