All Classes and Interfaces

Class
Description
A field that represents a primitive boolean value.
A FieldComparator that compares values of a BooleanField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A field that represents a primitive byte value.
A FieldComparator that compares values of a ByteField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A field that represents a primitive char value.
A FieldComparator that compares values of a CharField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A combined Comparator that compares a number of FieldComparators in sequence.
Aggregation of a number of Predicates of the same type (e.g.
This enum list all the different types of combinations
ComparableField<ENTITY,V extends Comparable<? super V>>
A field that represents an object value that implements Comparable.
SpeedmentPredicate that composes a Function and another SpeedmentPredicate, testing the output of the function with the predicate to get the result.
A field that represents a primitive double value.
A FieldComparator that compares values of a DoubleField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
EnumField<ENTITY,E extends Enum<E>>
A field representing an Enum value in the entity.
The base interface for all fields.
 
A number of collectors specialized for entities.
A specialized Comparator that contains meta data information about the field that is being compared.
Specialized FieldPredicate that also implements IsNotNull from the runtime-compute-module.
Specialized FieldPredicate that also implements IsNotNull from the runtime-compute-module.
FieldMapper<ENTITY,T,R,NON_NULLABLE extends com.speedment.runtime.compute.expression.Expression<ENTITY>,MAPPER>
Specialized expression that takes the value of a particular Speedment field and maps it to a specific type.
The base interface for all predicates generated by Speedment entity fields.
Specific FieldMapper implementation that also implements ToBigDecimalNullable.
Specific FieldMapper implementation that also implements ToBooleanNullable.
Specific FieldMapper implementation that also implements ToByteNullable.
Specific FieldMapper implementation that also implements ToCharNullable.
Specific FieldMapper implementation that also implements ToDoubleNullable.
Specific FieldMapper implementation that also implements ToStringNullable.
Specific FieldMapper implementation that also implements ToFloatNullable.
Specific FieldMapper implementation that also implements ToIntNullable.
Specific FieldMapper implementation that also implements ToLongNullable.
Specific FieldMapper implementation that also implements ToShortNullable.
Specific FieldMapper implementation that also implements ToStringNullable.
A field that represents a primitive float value.
A FieldComparator that compares values of a FloatField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A more detailed BooleanGetter that also contains information about the field that created it.
A more detailed ByteGetter that also contains information about the field that created it.
A more detailed CharGetter that also contains information about the field that created it.
A more detailed DoubleGetter that also contains information about the field that created it.
A more detailed FloatGetter that also contains information about the field that created it.
A more detailed IntGetter that also contains information about the field that created it.
A more detailed LongGetter that also contains information about the field that created it.
 
A more detailed ShortGetter that also contains information about the field that created it.
 
A representation of the first argument of a field predicate.
A representation of the second argument of a field predicate.
A representation of the third argument of a field predicate.
 
A representation of an Entity field that is of boolean type
A representation of an Entity field that is a primitive boolean type.
A representation of an Entity field that is a primitive byte type.
A representation of an Entity field that is a primitive char type.
 
A representation of an Entity field that is a reference type (e.g.
A representation of an Entity field that is a primitive double type.
A trait for predicates the implement the HasField.getField() method.
A representation of an Entity field that is a primitive float type.
 
A common interface for predicates that test if an item is located between two other items.
A representation of an Entity field that is a primitive int type.
A representation of an Entity field that is a primitive long type.
A trait for predicates the implement the HasPredicateType.getPredicateType() method.
 
A representation of an Entity field that is a reference type (eg Integer and not int).
A representation of an Entity field that is a primitive short type.
A representation of an Entity field that is a String type.
 
 
Determines if a range of results should be start and/or end-inclusive.
A field that represents a primitive int value.
A FieldComparator that compares values of a IntField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A field that represents a primitive long value.
A FieldComparator that compares values of a LongField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
Determines in if null values should be located before or after other values in a list of results.
The predicate types that exists in Speedment.
A field that represents an object value.
A FieldComparator that compares values of a ComparableField.
A short-cut functional reference to the getXXX() method for a particular field in an entity.
A field that represents a primitive short value.
A FieldComparator that compares values of a ShortField.
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
A specialization of RuntimeException that is thrown when something is wrong with the bindings between fields.
Common interface for all metadata-rich predicates in the Speedment library.
A field that represents a string column.