Uses of Interface
com.speedment.jpastreamer.field.Field
Packages that use Field
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Collectors provided by the Runtime Field module.
Comparators provided by the Runtime Field module.
Traits used in Speedment predicates are located in this package.
Traits used in Speedment fields are located in this package.
-
Uses of Field in com.speedment.jpastreamer.field
Subinterfaces of Field 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.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 Field in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector that return FieldModifier and TypeMethodDescriptionFieldCollector.getField()Returns the field that this collector is associated with.Methods in com.speedment.jpastreamer.field.collector with parameters of type FieldModifier and TypeMethodDescriptionstatic <T,K, D, A, M extends Map<K, D>>
FieldCollector<T,?, M> FieldCollectors.groupingBy(Field<T> field, Function<T, K> classifier, Supplier<M> mapFactory, Collector<? super T, A, D> downstream) -
Uses of Field in com.speedment.jpastreamer.field.comparator
Methods in com.speedment.jpastreamer.field.comparator that return Field -
Uses of Field in com.speedment.jpastreamer.field.predicate.trait
Methods in com.speedment.jpastreamer.field.predicate.trait that return Field -
Uses of Field in com.speedment.jpastreamer.field.trait
Subinterfaces of Field 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.