Index

A B C D E F G H I J L M N O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

ALWAYS_FALSE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
ALWAYS_TRUE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
and(Predicate<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
 
and(Predicate<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.predicate.SpeedmentPredicate
 
and(Predicate<ENTITY>, Predicate<? super ENTITY>) - Static method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Creates and returns a new CombinedPredicate that is the logical AND combination of the given predicates.
and(List<Predicate<? super ENTITY>>) - Static method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Creates and returns a new CombinedPredicate that is the logical AND combination of the given predicates.
AND - Enum constant in enum com.speedment.jpastreamer.field.predicate.CombinedPredicate.Type
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.EnumField
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.BooleanGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.ByteGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.CharGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.DoubleGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.FloatGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.Getter
A generic (untyped) get method.
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.IntGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.LongGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.ShortGetter
 
apply(ENTITY) - Method in interface com.speedment.jpastreamer.field.StringField
 
applyAsBoolean(ENTITY) - Method in interface com.speedment.jpastreamer.field.BooleanField
 
applyAsBoolean(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.BooleanGetter
Returns the member represented by this getter in the specified instance.
applyAsBoolean(ENTITY) - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNotNullPredicate
 
applyAsBoolean(ENTITY) - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNullPredicate
 
applyAsByte(ENTITY) - Method in interface com.speedment.jpastreamer.field.ByteField
 
applyAsByte(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.ByteGetter
Returns the member represented by this getter in the specified instance.
applyAsChar(ENTITY) - Method in interface com.speedment.jpastreamer.field.CharField
 
applyAsChar(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.CharGetter
Returns the member represented by this getter in the specified instance.
applyAsDouble(ENTITY) - Method in interface com.speedment.jpastreamer.field.DoubleField
 
applyAsDouble(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.DoubleGetter
Returns the member represented by this getter in the specified instance.
applyAsFloat(ENTITY) - Method in interface com.speedment.jpastreamer.field.FloatField
 
applyAsFloat(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.FloatGetter
Returns the member represented by this getter in the specified instance.
applyAsInt(ENTITY) - Method in interface com.speedment.jpastreamer.field.IntField
 
applyAsInt(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.IntGetter
Returns the member represented by this getter in the specified instance.
applyAsLong(ENTITY) - Method in interface com.speedment.jpastreamer.field.LongField
 
applyAsLong(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.LongGetter
Returns the member represented by this getter in the specified instance.
applyAsShort(ENTITY) - Method in interface com.speedment.jpastreamer.field.method.ShortGetter
Returns the member represented by this getter in the specified instance.
applyAsShort(ENTITY) - Method in interface com.speedment.jpastreamer.field.ShortField
 
asBigDecimal() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToBigDecimalNullable expression that has the value of this field but casted to a BigDecimal.
asBoolean() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToBooleanNullable expression that has the value of this field, casted to a boolean by first casting it to Boolean.
asByte() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToByteNullable expression that has the value of this field, casted to a byte by first casting it to Number and then invoking Number.byteValue().
asChar() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToCharNullable expression that has the value of this field, casted to a char by first casting it to Number and then invoking Number.intValue() and casting it to a char.
asDouble() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToDoubleNullable expression that has the value of this field, casted to a double by first casting it to Number and then invoking Number.doubleValue().
asEnum(Class<E>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToBooleanNullable expression that has the value of this field, casted to a particular enum class.
asFloat() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToFloatNullable expression that has the value of this field, casted to a float by first casting it to Number and then invoking Number.floatValue().
asFunction() - Method in interface com.speedment.jpastreamer.field.method.BooleanGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.ByteGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.CharGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.DoubleGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.FloatGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.Getter
Returns this object, typed as a Function method.
asFunction() - Method in interface com.speedment.jpastreamer.field.method.IntGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.LongGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.ReferenceGetter
 
asFunction() - Method in interface com.speedment.jpastreamer.field.method.ShortGetter
 
asInt() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToIntNullable expression that has the value of this field, casted to a int by first casting it to Number and then invoking Number.intValue().
asLong() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToLongNullable expression that has the value of this field, casted to a long by first casting it to Number and then invoking Number.longValue().
asShort() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToShortNullable expression that has the value of this field, casted to a short by first casting it to Number and then invoking Number.shortValue().
asString() - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToBooleanNullable expression that has the value of this field, casted to a boolean by first casting it to Boolean.
attributeConverterClass() - Method in interface com.speedment.jpastreamer.field.trait.HasAttributeConverterClass
Returns the attribute converter class used by this field.

B

between(V, V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is between the given values (exclusive the start value and the end value).
between(V, V, Inclusion) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.
BETWEEN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
BooleanField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive boolean value.
BooleanFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a BooleanField.
BooleanGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
ByteField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive byte value.
ByteFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a ByteField.
ByteGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.

C

CharField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive char value.
CharFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a CharField.
CharGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
columnName() - Method in interface com.speedment.jpastreamer.field.trait.HasColumnName
Returns the database column name of this field.
com.speedment.jpastreamer.field - package com.speedment.jpastreamer.field
Fields expose handlers for accessing columns in generated classes and are located in this package.
com.speedment.jpastreamer.field.collector - package com.speedment.jpastreamer.field.collector
Collectors provided by the Runtime Field module.
com.speedment.jpastreamer.field.comparator - package com.speedment.jpastreamer.field.comparator
Comparators provided by the Runtime Field module.
com.speedment.jpastreamer.field.exception - package com.speedment.jpastreamer.field.exception
Exception thrown by classes in the Runtime Field module.
com.speedment.jpastreamer.field.expression - package com.speedment.jpastreamer.field.expression
This package contains expression classes.
com.speedment.jpastreamer.field.method - package com.speedment.jpastreamer.field.method
Functional interfaces used by Fields are located in this package.
com.speedment.jpastreamer.field.predicate - package com.speedment.jpastreamer.field.predicate
The different types of predicates generated by Fields are located in this package.
com.speedment.jpastreamer.field.predicate.trait - package com.speedment.jpastreamer.field.predicate.trait
Traits used in Speedment predicates are located in this package.
com.speedment.jpastreamer.field.trait - package com.speedment.jpastreamer.field.trait
Traits used in Speedment fields are located in this package.
CombinedComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A combined Comparator that compares a number of FieldComparators in sequence.
CombinedPredicate<ENTITY> - Interface in com.speedment.jpastreamer.field.predicate
Aggregation of a number of Predicates of the same type (e.g.
CombinedPredicate.Type - Enum in com.speedment.jpastreamer.field.predicate
This enum list all the different types of combinations
ComparableField<ENTITY,V extends Comparable<? super V>> - Interface in com.speedment.jpastreamer.field
A field that represents an object value that implements Comparable.
comparator() - Method in interface com.speedment.jpastreamer.field.ByteField
 
comparator() - Method in interface com.speedment.jpastreamer.field.CharField
 
comparator() - Method in interface com.speedment.jpastreamer.field.DoubleField
 
comparator() - Method in interface com.speedment.jpastreamer.field.FloatField
 
comparator() - Method in interface com.speedment.jpastreamer.field.IntField
 
comparator() - Method in interface com.speedment.jpastreamer.field.LongField
 
comparator() - Method in interface com.speedment.jpastreamer.field.ShortField
 
comparator() - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Comparator that will compare to this field using this fields natural order, null fields are sorted last.
comparatorNullFieldsFirst() - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Comparator that will compare to this field using this fields natural order, null fields are sorted first.
compose(Function<? super T, ? extends ENTITY>) - Method in interface com.speedment.jpastreamer.field.predicate.SpeedmentPredicate
 
ComposedPredicate<ENTITY,A> - Interface in com.speedment.jpastreamer.field.predicate
SpeedmentPredicate that composes a Function and another SpeedmentPredicate, testing the output of the function with the predicate to get the result.
constants() - Method in interface com.speedment.jpastreamer.field.EnumField
Returns the set of possible values for this enum.
contains(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field contains the given value.
CONTAINS - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
CONTAINS_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
containsIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field contains the given value while ignoring the case of the Strings that are compared.
create(Class<ENTITY>, String, BooleanGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.BooleanField
Creates a new BooleanField using the default implementation.
create(Class<ENTITY>, String, ByteGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.ByteField
Creates a new ByteField using the default implementation.
create(Class<ENTITY>, String, CharGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.CharField
Creates a new CharField using the default implementation.
create(Class<ENTITY>, String, DoubleGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.DoubleField
Creates a new DoubleField using the default implementation.
create(Class<ENTITY>, String, FloatGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.FloatField
Creates a new FloatField using the default implementation.
create(Class<ENTITY>, String, IntGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.IntField
Creates a new IntField using the default implementation.
create(Class<ENTITY>, String, LongGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.LongField
Creates a new LongField using the default implementation.
create(Class<ENTITY>, String, ReferenceGetter<ENTITY, E>, Class<E>) - Static method in interface com.speedment.jpastreamer.field.EnumField
Create a new instance of this interface using the default implementation.
create(Class<ENTITY>, String, ReferenceGetter<ENTITY, String>, boolean) - Static method in interface com.speedment.jpastreamer.field.StringField
Creates a new StringField using the default implementation.
create(Class<ENTITY>, String, ReferenceGetter<ENTITY, V>, boolean) - Static method in interface com.speedment.jpastreamer.field.ComparableField
Creates a new ComparableField using the default implementation.
create(Class<ENTITY>, String, ReferenceGetter<ENTITY, V>, boolean) - Static method in interface com.speedment.jpastreamer.field.ReferenceField
Creates a new ReferenceField using the default implementation.
create(Class<ENTITY>, String, ShortGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.ShortField
Creates a new ShortField using the default implementation.

D

DoubleField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive double value.
DoubleFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a DoubleField.
DoubleGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.

E

effectiveType(boolean) - Method in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
ENDS_WITH - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
ENDS_WITH_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
endsWith(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field ends with the given value.
endsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field ends with the given value while ignoring the case of the Strings that are compared.
enumClass() - Method in interface com.speedment.jpastreamer.field.EnumField
Returns the enum class of this field.
EnumField<ENTITY,E extends Enum<E>> - Interface in com.speedment.jpastreamer.field
A field representing an Enum value in the entity.
equal(boolean) - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
Returns a Predicate that will evaluate to true, if and only if this Field is equal to the given value.
equal(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is equal to the given value.
EQUAL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
EQUAL_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
equalIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is equal to the given value while ignoring the case of the Strings that are compared.

F

Field<ENTITY> - Interface in com.speedment.jpastreamer.field
The base interface for all fields.
FieldCollector<T,A,R> - Interface in com.speedment.jpastreamer.field.collector
 
FieldCollectors - Class in com.speedment.jpastreamer.field.collector
A number of collectors specialized for entities.
FieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A specialized Comparator that contains meta data information about the field that is being compared.
FieldIsNotNullPredicate<ENTITY,T> - Interface in com.speedment.jpastreamer.field.predicate
Specialized FieldPredicate that also implements IsNotNull from the runtime-compute-module.
FieldIsNullPredicate<ENTITY,T> - Interface in com.speedment.jpastreamer.field.predicate
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> - Interface in com.speedment.jpastreamer.field.expression
Specialized expression that takes the value of a particular Speedment field and maps it to a specific type.
FieldPredicate<ENTITY> - Interface in com.speedment.jpastreamer.field.predicate
The base interface for all predicates generated by Speedment entity fields.
FieldToBigDecimal<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToBigDecimalNullable.
FieldToBoolean<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToBooleanNullable.
FieldToByte<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToByteNullable.
FieldToChar<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToCharNullable.
FieldToDouble<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToDoubleNullable.
FieldToEnum<ENTITY,T,E extends Enum<E>> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToStringNullable.
FieldToFloat<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToFloatNullable.
FieldToInt<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToIntNullable.
FieldToLong<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToLongNullable.
FieldToShort<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToShortNullable.
FieldToString<ENTITY,T> - Interface in com.speedment.jpastreamer.field.expression
Specific FieldMapper implementation that also implements ToStringNullable.
FIRST - Enum constant in enum com.speedment.jpastreamer.field.comparator.NullOrder
 
FloatField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive float value.
FloatFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a FloatField.
FloatGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.

G

get(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasReferenceValue
Gets the value form the Entity field.
get0() - Method in interface com.speedment.jpastreamer.field.trait.HasArg0
Returns the first argument of a predicate.
get1() - Method in interface com.speedment.jpastreamer.field.trait.HasArg1
Returns the second argument of a predicate.
get2() - Method in interface com.speedment.jpastreamer.field.trait.HasArg2
Returns the third argument of a predicate.
getAsBoolean(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanValue
Gets the value from the Entity field.
getAsByte(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasByteValue
Gets the value from the Entity field.
getAsChar(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasCharValue
Gets the value from the Entity field.
getAsDouble(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasDoubleValue
Gets the value from the Entity field.
getAsFloat(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasFloatValue
Gets the value from the Entity field.
getAsInt(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasIntValue
Gets the value from the Entity field.
getAsLong(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasLongValue
Gets the value from the Entity field.
getAsShort(ENTITY) - Method in interface com.speedment.jpastreamer.field.trait.HasShortValue
Gets the value from the Entity field.
GetBoolean<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed BooleanGetter that also contains information about the field that created it.
GetByte<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed ByteGetter that also contains information about the field that created it.
GetChar<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed CharGetter that also contains information about the field that created it.
GetDouble<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed DoubleGetter that also contains information about the field that created it.
getField() - Method in interface com.speedment.jpastreamer.field.BooleanField
 
getField() - Method in interface com.speedment.jpastreamer.field.ByteField
 
getField() - Method in interface com.speedment.jpastreamer.field.CharField
 
getField() - Method in interface com.speedment.jpastreamer.field.collector.FieldCollector
Returns the field that this collector is associated with.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.BooleanFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.ByteFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.CharFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.DoubleFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.FieldComparator
Returns the field that created this comparator.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.FloatFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.IntFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.LongFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.ReferenceFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.comparator.ShortFieldComparator
Gets the field that is being compared.
getField() - Method in interface com.speedment.jpastreamer.field.DoubleField
 
getField() - Method in interface com.speedment.jpastreamer.field.expression.FieldMapper
The field that is being mapped.
getField() - Method in interface com.speedment.jpastreamer.field.FloatField
 
getField() - Method in interface com.speedment.jpastreamer.field.IntField
 
getField() - Method in interface com.speedment.jpastreamer.field.LongField
 
getField() - Method in interface com.speedment.jpastreamer.field.method.GetBoolean
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetByte
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetChar
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetDouble
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetFloat
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetInt
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetLong
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetReference
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.method.GetShort
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.jpastreamer.field.predicate.trait.HasField
Returns the Field that was used to generate this predicate.
getField() - Method in interface com.speedment.jpastreamer.field.ShortField
 
GetFloat<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed FloatGetter that also contains information about the field that created it.
getInclusion() - Method in interface com.speedment.jpastreamer.field.predicate.trait.HasInclusion
Returns the inclusion strategy used in the predicate.
GetInt<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed IntGetter that also contains information about the field that created it.
GetLong<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed LongGetter that also contains information about the field that created it.
getMapper() - Method in interface com.speedment.jpastreamer.field.expression.FieldMapper
Returns the functional interface implementation that is used when doing the mapping.
getNullOrder() - Method in interface com.speedment.jpastreamer.field.comparator.FieldComparator
Returns the strategy used when null values are encountered.
getPredicateType() - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNotNullPredicate
 
getPredicateType() - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNullPredicate
 
getPredicateType() - Method in interface com.speedment.jpastreamer.field.predicate.trait.HasPredicateType
Returns the type of this predicate.
GetReference<ENTITY,T> - Interface in com.speedment.jpastreamer.field.method
 
GetShort<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A more detailed ShortGetter that also contains information about the field that created it.
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasByteValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasCharValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasDoubleValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasFloatValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasGetter
Returns a reference to the getter for this field.
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasIntValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasLongValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasReferenceValue
 
getter() - Method in interface com.speedment.jpastreamer.field.trait.HasShortValue
 
Getter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
 
getType() - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Returns the CombinedPredicate.Type of this CombinedBasePredicate
GREATER_OR_EQUAL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
GREATER_THAN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
greaterOrEqual(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is greater than or equal to the given value.
greaterThan(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is greater than the given value.
groupingBy(BooleanField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(BooleanField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ByteField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ByteField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(CharField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(CharField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(DoubleField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(DoubleField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(Field<T>, Function<T, K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(FloatField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(FloatField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(IntField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(IntField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(LongField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(LongField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ReferenceField<ENTITY, T>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ReferenceField<ENTITY, T>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ShortField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(ShortField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(StringField<ENTITY>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 
groupingBy(StringField<ENTITY>, Collector<ENTITY, A, R>) - Static method in class com.speedment.jpastreamer.field.collector.FieldCollectors
 

H

HasArg0<T0> - Interface in com.speedment.jpastreamer.field.trait
A representation of the first argument of a field predicate.
HasArg1<T1> - Interface in com.speedment.jpastreamer.field.trait
A representation of the second argument of a field predicate.
HasArg2<T2> - Interface in com.speedment.jpastreamer.field.trait
A representation of the third argument of a field predicate.
HasAttributeConverterClass<V,D> - Interface in com.speedment.jpastreamer.field.trait
 
HasBooleanOperators<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is of boolean type
HasBooleanValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive boolean type.
HasByteValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive byte type.
HasCharValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive char type.
HasColumnName - Interface in com.speedment.jpastreamer.field.trait
 
HasComparableOperators<ENTITY,V extends Comparable<? super V>> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a reference type (e.g.
HasDoubleValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive double type.
HasField<ENTITY> - Interface in com.speedment.jpastreamer.field.predicate.trait
A trait for predicates the implement the HasField.getField() method.
HasFloatValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive float type.
HasGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
 
HasInclusion - Interface in com.speedment.jpastreamer.field.predicate.trait
A common interface for predicates that test if an item is located between two other items.
HasIntValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive int type.
HasLongValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive long type.
HasPredicateType - Interface in com.speedment.jpastreamer.field.predicate.trait
A trait for predicates the implement the HasPredicateType.getPredicateType() method.
HasReferenceOperators<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
 
HasReferenceValue<ENTITY,V> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a reference type (eg Integer and not int).
HasShortValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a primitive short type.
HasStringOperators<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
A representation of an Entity field that is a String type.
HasTable<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
 

I

IllegalJavaBeanException - Exception in com.speedment.jpastreamer.field.exception
 
IllegalJavaBeanException(Class<?>, String) - Constructor for exception com.speedment.jpastreamer.field.exception.IllegalJavaBeanException
 
in(Collection<V>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is in the given set.
in(V...) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is in the set of given values.
IN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
Inclusion - Enum in com.speedment.jpastreamer.field.predicate
Determines if a range of results should be start and/or end-inclusive.
IntField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive int value.
IntFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a IntField.
IntGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
IS_EMPTY - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
IS_NOT_EMPTY - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
IS_NOT_NULL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
IS_NULL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
isEmpty() - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is empty.
isEndInclusive() - Method in enum com.speedment.jpastreamer.field.predicate.Inclusion
Returns true if the last element in the range should be included, else false.
isFalse() - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
Returns a Predicate that will evaluate to true, if and only if this Field is false
isNotEmpty() - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not empty.
isNotNull() - Method in interface com.speedment.jpastreamer.field.EnumField
 
isNotNull() - Method in interface com.speedment.jpastreamer.field.StringField
 
isNotNull() - Method in interface com.speedment.jpastreamer.field.trait.HasReferenceOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not null.
isNull() - Method in interface com.speedment.jpastreamer.field.EnumField
 
isNull() - Method in interface com.speedment.jpastreamer.field.StringField
 
isNull() - Method in interface com.speedment.jpastreamer.field.trait.HasReferenceOperators
Returns a Predicate that will evaluate to true, if and only if this Field is null.
isReversed() - Method in interface com.speedment.jpastreamer.field.comparator.FieldComparator
Returns true if this comparator reverses the natural order of the values in the current field.
isStartInclusive() - Method in enum com.speedment.jpastreamer.field.predicate.Inclusion
Returns true if the first element in the range should be included, else false.
isTrue() - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
Returns a Predicate that will evaluate to true, if and only if this Field is true
isUnique() - Method in interface com.speedment.jpastreamer.field.Field
Returns true if the column that this field represents is UNIQUE.

J

jpastreamer.field - module jpastreamer.field
 

L

LAST - Enum constant in enum com.speedment.jpastreamer.field.comparator.NullOrder
 
LESS_OR_EQUAL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
LESS_THAN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
lessOrEqual(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is less than or equal to the given value.
lessThan(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is less than the given value.
LongField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive long value.
LongFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a LongField.
LongGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.

M

mapToBigDecimalIfPresent(Function<V, BigDecimal>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToStringNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToBooleanIfPresent(ToBooleanFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToBooleanNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToByteIfPresent(ToByteFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToByteNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToCharIfPresent(ToCharFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToCharNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToDoubleIfPresent(ToDoubleFunction<E>) - Method in interface com.speedment.jpastreamer.field.EnumField
 
mapToDoubleIfPresent(ToDoubleFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToDoubleNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToEnumIfPresent(Function<V, E>, Class<E>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToEnumNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToFloatIfPresent(ToFloatFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToFloatNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToIntIfPresent(ToIntFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToIntNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToLongIfPresent(ToLongFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToLongNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToShortIfPresent(ToShortFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToShortNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.
mapToStringIfPresent(Function<V, String>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
Returns an ToStringNullable expression that has the value returned by the specified mapper function if the value for this field is not null, and otherwise null.

N

negate() - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
 
negate() - Method in interface com.speedment.jpastreamer.field.predicate.ComposedPredicate
 
negate() - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNotNullPredicate
 
negate() - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNullPredicate
 
negate() - Method in interface com.speedment.jpastreamer.field.predicate.FieldPredicate
 
negate() - Method in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
negate() - Method in interface com.speedment.jpastreamer.field.predicate.SpeedmentPredicate
 
NONE - Enum constant in enum com.speedment.jpastreamer.field.comparator.NullOrder
 
NOT_BETWEEN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_CONTAINS - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_CONTAINS_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_ENDS_WITH - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_ENDS_WITH_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_EQUAL - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_EQUAL_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_IN - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_STARTS_WITH - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
NOT_STARTS_WITH_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
notBetween(V, V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not between the given values (exclusive the start value and the end value).
notBetween(V, V, Inclusion) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.
notContains(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not contains the given value.
notContainsIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field does not contain the given value while ignoring the case of the Strings that are compared.
notEndsWith(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not ends with the given value.
notEndsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not ends with the given value while ignoring the case of the Strings that are compared.
notEqual(boolean) - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not equal to the given value.
notEqual(V) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not equal to the given value.
notEqualIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not equal to the given value while ignoring the case of the Strings that are compared.
notIn(Collection<V>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not in the given Set.
notIn(V...) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not in the set of given values.
notStartsWith(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not starts with the given value.
notStartsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not starts with the given value while ignoring the case of the Strings that are compared.
NullOrder - Enum in com.speedment.jpastreamer.field.comparator
Determines in if null values should be located before or after other values in a list of results.

O

or(Predicate<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
 
or(Predicate<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.predicate.SpeedmentPredicate
 
or(Predicate<ENTITY>, Predicate<? super ENTITY>) - Static method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Creates and returns a new CombinedPredicate that is the logical OR combination of the given predicates.
or(List<Predicate<? super ENTITY>>) - Static method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Creates or returns a new CombinedPredicate that is the logical OR combination of the given predicates.
OR - Enum constant in enum com.speedment.jpastreamer.field.predicate.CombinedPredicate.Type
 

P

PredicateType - Enum in com.speedment.jpastreamer.field.predicate
The predicate types that exists in Speedment.

R

ReferenceField<ENTITY,V> - Interface in com.speedment.jpastreamer.field
A field that represents an object value.
ReferenceFieldComparator<ENTITY,V extends Comparable<? super V>> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a ComparableField.
ReferenceGetter<ENTITY,V> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX() method for a particular field in an entity.
reversed() - Method in interface com.speedment.jpastreamer.field.ByteField
 
reversed() - Method in interface com.speedment.jpastreamer.field.CharField
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.BooleanFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.ByteFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.CharFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.CombinedComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.DoubleFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.FieldComparator
Returns a new FieldComparator that order entities in the opposite orders compared to this comparator.
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.FloatFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.IntFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.LongFieldComparator
 
reversed() - Method in enum com.speedment.jpastreamer.field.comparator.NullOrder
 
reversed() - Method in interface com.speedment.jpastreamer.field.comparator.ShortFieldComparator
 
reversed() - Method in interface com.speedment.jpastreamer.field.DoubleField
 
reversed() - Method in interface com.speedment.jpastreamer.field.FloatField
 
reversed() - Method in interface com.speedment.jpastreamer.field.IntField
 
reversed() - Method in interface com.speedment.jpastreamer.field.LongField
 
reversed() - Method in interface com.speedment.jpastreamer.field.ShortField
 
reversed() - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 

S

secondStep() - Method in interface com.speedment.jpastreamer.field.predicate.ComposedPredicate
 
ShortField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a primitive short value.
ShortFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
A FieldComparator that compares values of a ShortField.
ShortGetter<ENTITY> - Interface in com.speedment.jpastreamer.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
size() - Method in interface com.speedment.jpastreamer.field.comparator.CombinedComparator
The number of comparators in the CombinedComparator.stream().
size() - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Returns the number of predicates that this CombinedBasePredicate holds
SpeedmentFieldException - Exception in com.speedment.jpastreamer.field.exception
A specialization of RuntimeException that is thrown when something is wrong with the bindings between fields.
SpeedmentFieldException() - Constructor for exception com.speedment.jpastreamer.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String) - Constructor for exception com.speedment.jpastreamer.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String, Throwable) - Constructor for exception com.speedment.jpastreamer.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.jpastreamer.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(Throwable) - Constructor for exception com.speedment.jpastreamer.field.exception.SpeedmentFieldException
 
SpeedmentPredicate<ENTITY> - Interface in com.speedment.jpastreamer.field.predicate
Common interface for all metadata-rich predicates in the Speedment library.
START_EXCLUSIVE_END_EXCLUSIVE - Enum constant in enum com.speedment.jpastreamer.field.predicate.Inclusion
 
START_EXCLUSIVE_END_INCLUSIVE - Enum constant in enum com.speedment.jpastreamer.field.predicate.Inclusion
 
START_INCLUSIVE_END_EXCLUSIVE - Enum constant in enum com.speedment.jpastreamer.field.predicate.Inclusion
 
START_INCLUSIVE_END_INCLUSIVE - Enum constant in enum com.speedment.jpastreamer.field.predicate.Inclusion
 
STARTS_WITH - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
STARTS_WITH_IGNORE_CASE - Enum constant in enum com.speedment.jpastreamer.field.predicate.PredicateType
 
startsWith(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field starts with the given value.
startsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field starts with the given value while ignoring the case of the Strings that are compared.
stream() - Method in interface com.speedment.jpastreamer.field.comparator.CombinedComparator
Returns the comparators ordered so that the first comparator is the most significant, and if that evaluates to 0, continue on to the next one.
stream() - Method in interface com.speedment.jpastreamer.field.predicate.CombinedPredicate
Creates and returns a {link Stream} of all predicates that this CombinedPredicate holds.
StringField<ENTITY> - Interface in com.speedment.jpastreamer.field
A field that represents a string column.

T

table() - Method in interface com.speedment.jpastreamer.field.trait.HasTable
Returns the unique identifier of this field.
test(ENTITY) - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNotNullPredicate
 
test(ENTITY) - Method in interface com.speedment.jpastreamer.field.predicate.FieldIsNullPredicate
 
thenComparing(Comparator<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 
thenComparing(Function<? super ENTITY, ? extends U>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 
thenComparing(Function<? super ENTITY, ? extends U>, Comparator<? super U>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 
thenComparingDouble(ToDoubleFunction<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 
thenComparingInt(ToIntFunction<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 
thenComparingLong(ToLongFunction<? super ENTITY>) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
 

V

valueOf(String) - Static method in enum com.speedment.jpastreamer.field.comparator.NullOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.jpastreamer.field.predicate.CombinedPredicate.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.jpastreamer.field.predicate.Inclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.jpastreamer.field.predicate.PredicateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.speedment.jpastreamer.field.comparator.NullOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.jpastreamer.field.predicate.CombinedPredicate.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.jpastreamer.field.predicate.Inclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.jpastreamer.field.predicate.PredicateType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form