Module jpastreamer.field
Package com.speedment.jpastreamer.field.trait
package com.speedment.jpastreamer.field.trait
Traits used in Speedment fields are located in this package.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
InterfacesClassDescriptionHasArg0<T0>A representation of the first argument of a field predicate.HasArg1<T1>A representation of the second argument of a field predicate.HasArg2<T2>A representation of the third argument of a field predicate.HasBooleanOperators<ENTITY>A representation of an Entity field that is of boolean typeHasBooleanValue<ENTITY>A representation of an Entity field that is a primitive
booleantype.HasByteValue<ENTITY>A representation of an Entity field that is a primitivebytetype.HasCharValue<ENTITY>A representation of an Entity field that is a primitivechartype.HasComparableOperators<ENTITY,V extends Comparable<? super V>> A representation of an Entity field that is a reference type (e.g.HasDoubleValue<ENTITY>A representation of an Entity field that is a primitivedoubletype.HasFloatValue<ENTITY>A representation of an Entity field that is a primitivefloattype.HasGetter<ENTITY>HasIntValue<ENTITY>A representation of an Entity field that is a primitiveinttype.HasLongValue<ENTITY>A representation of an Entity field that is a primitivelongtype.HasReferenceOperators<ENTITY>HasReferenceValue<ENTITY,V> A representation of an Entity field that is a reference type (egIntegerand notint).HasShortValue<ENTITY>A representation of an Entity field that is a primitiveshorttype.HasStringOperators<ENTITY>A representation of an Entity field that is aStringtype.HasTable<ENTITY>