Index
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
ToBigDecimalNullableexpression that has the value of this field but casted to aBigDecimal. - asBoolean() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToBooleanNullableexpression that has the value of this field, casted to abooleanby first casting it toBoolean. - asByte() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToByteNullableexpression that has the value of this field, casted to abyteby first casting it toNumberand then invokingNumber.byteValue(). - asChar() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToCharNullableexpression that has the value of this field, casted to acharby first casting it toNumberand then invokingNumber.intValue()and casting it to achar. - asDouble() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToDoubleNullableexpression that has the value of this field, casted to adoubleby first casting it toNumberand then invokingNumber.doubleValue(). - asEnum(Class<E>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToBooleanNullableexpression that has the value of this field, casted to a particularenumclass. - asFloat() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToFloatNullableexpression that has the value of this field, casted to afloatby first casting it toNumberand then invokingNumber.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
Functionmethod. - 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
ToIntNullableexpression that has the value of this field, casted to aintby first casting it toNumberand then invokingNumber.intValue(). - asLong() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToLongNullableexpression that has the value of this field, casted to alongby first casting it toNumberand then invokingNumber.longValue(). - asShort() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToShortNullableexpression that has the value of this field, casted to ashortby first casting it toNumberand then invokingNumber.shortValue(). - asString() - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToBooleanNullableexpression that has the value of this field, casted to abooleanby first casting it toBoolean. - 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
booleanvalue. - BooleanFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aBooleanField. - 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
bytevalue. - ByteFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aByteField. - 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
charvalue. - CharFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aCharField. - 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
Comparatorthat compares a number ofFieldComparatorsin sequence. - CombinedPredicate<ENTITY> - Interface in com.speedment.jpastreamer.field.predicate
-
Aggregation of a number of
Predicatesof 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
Comparatorthat 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
Comparatorthat 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
Functionand anotherSpeedmentPredicate, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
BooleanFieldusing the default implementation. - create(Class<ENTITY>, String, ByteGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.ByteField
-
Creates a new
ByteFieldusing the default implementation. - create(Class<ENTITY>, String, CharGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.CharField
-
Creates a new
CharFieldusing the default implementation. - create(Class<ENTITY>, String, DoubleGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.DoubleField
-
Creates a new
DoubleFieldusing the default implementation. - create(Class<ENTITY>, String, FloatGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.FloatField
-
Creates a new
FloatFieldusing the default implementation. - create(Class<ENTITY>, String, IntGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.IntField
-
Creates a new
IntFieldusing the default implementation. - create(Class<ENTITY>, String, LongGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.LongField
-
Creates a new
LongFieldusing 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
StringFieldusing the default implementation. - create(Class<ENTITY>, String, ReferenceGetter<ENTITY, V>, boolean) - Static method in interface com.speedment.jpastreamer.field.ComparableField
-
Creates a new
ComparableFieldusing the default implementation. - create(Class<ENTITY>, String, ReferenceGetter<ENTITY, V>, boolean) - Static method in interface com.speedment.jpastreamer.field.ReferenceField
-
Creates a new
ReferenceFieldusing the default implementation. - create(Class<ENTITY>, String, ShortGetter<ENTITY>, boolean) - Static method in interface com.speedment.jpastreamer.field.ShortField
-
Creates a new
ShortFieldusing the default implementation.
D
- DoubleField<ENTITY> - Interface in com.speedment.jpastreamer.field
-
A field that represents a primitive
doublevalue. - DoubleFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aDoubleField. - 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
Predicatethat will evaluate totrue, if and only if this Field ends with the given value. - endsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
-
Returns a
Predicatethat will evaluate totrue, 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
Enumvalue in the entity. - equal(boolean) - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
-
Returns a
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Comparatorthat contains meta data information about the field that is being compared. - FieldIsNotNullPredicate<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.predicate - FieldIsNullPredicate<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.predicate - 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
predicatesgenerated by Speedment entity fields. - FieldToBigDecimal<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToBigDecimalNullable. - FieldToBoolean<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToBooleanNullable. - FieldToByte<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToByteNullable. - FieldToChar<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToCharNullable. - FieldToDouble<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToDoubleNullable. - FieldToEnum<ENTITY,
T, E extends Enum<E>> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToStringNullable. - FieldToFloat<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToFloatNullable. - FieldToInt<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToIntNullable. - FieldToLong<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToLongNullable. - FieldToShort<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToShortNullable. - FieldToString<ENTITY,
T> - Interface in com.speedment.jpastreamer.field.expression -
Specific
FieldMapperimplementation that also implementsToStringNullable. - 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
floatvalue. - FloatFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aFloatField. - 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
BooleanGetterthat also contains information about the field that created it. - GetByte<ENTITY> - Interface in com.speedment.jpastreamer.field.method
-
A more detailed
ByteGetterthat also contains information about the field that created it. - GetChar<ENTITY> - Interface in com.speedment.jpastreamer.field.method
-
A more detailed
CharGetterthat also contains information about the field that created it. - GetDouble<ENTITY> - Interface in com.speedment.jpastreamer.field.method
-
A more detailed
DoubleGetterthat 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
Fieldthat 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
FloatGetterthat 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
IntGetterthat also contains information about the field that created it. - GetLong<ENTITY> - Interface in com.speedment.jpastreamer.field.method
-
A more detailed
LongGetterthat 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
nullvalues 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
ShortGetterthat 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.Typeof 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
booleantype. - HasByteValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
-
A representation of an Entity field that is a primitive
bytetype. - HasCharValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
-
A representation of an Entity field that is a primitive
chartype. - 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
doubletype. - 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
floattype. - 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
inttype. - HasLongValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
-
A representation of an Entity field that is a primitive
longtype. - 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
Integerand notint). - HasShortValue<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
-
A representation of an Entity field that is a primitive
shorttype. - HasStringOperators<ENTITY> - Interface in com.speedment.jpastreamer.field.trait
-
A representation of an Entity field that is a
Stringtype. - 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
Predicatethat will evaluate totrue, if and only if this Field is in the given set. - in(V...) - Method in interface com.speedment.jpastreamer.field.trait.HasComparableOperators
-
Returns a
Predicatethat will evaluate totrue, 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
intvalue. - IntFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aIntField. - 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
Predicatethat will evaluate totrue, if and only if this Field is empty. - isEndInclusive() - Method in enum com.speedment.jpastreamer.field.predicate.Inclusion
-
Returns
trueif the last element in the range should be included, elsefalse. - isFalse() - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
-
Returns a
Predicatethat will evaluate totrue, if and only if this Field is false - isNotEmpty() - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
-
Returns a
Predicatethat will evaluate totrue, 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
- 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
- isReversed() - Method in interface com.speedment.jpastreamer.field.comparator.FieldComparator
-
Returns
trueif this comparator reverses the natural order of the values in the current field. - isStartInclusive() - Method in enum com.speedment.jpastreamer.field.predicate.Inclusion
-
Returns
trueif the first element in the range should be included, elsefalse. - isTrue() - Method in interface com.speedment.jpastreamer.field.trait.HasBooleanOperators
-
Returns a
Predicatethat will evaluate totrue, if and only if this Field is true - isUnique() - Method in interface com.speedment.jpastreamer.field.Field
-
Returns
trueif 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
longvalue. - LongFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aLongField. - 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
ToStringNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToBooleanIfPresent(ToBooleanFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToBooleanNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToByteIfPresent(ToByteFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToByteNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToCharIfPresent(ToCharFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToCharNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToDoubleIfPresent(ToDoubleFunction<E>) - Method in interface com.speedment.jpastreamer.field.EnumField
- mapToDoubleIfPresent(ToDoubleFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToDoubleNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToEnumIfPresent(Function<V, E>, Class<E>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToEnumNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToFloatIfPresent(ToFloatFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToFloatNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToIntIfPresent(ToIntFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToIntNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToLongIfPresent(ToLongFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToLongNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToShortIfPresent(ToShortFunction<V>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToShortNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull. - mapToStringIfPresent(Function<V, String>) - Method in interface com.speedment.jpastreamer.field.ReferenceField
-
Returns an
ToStringNullableexpression that has the value returned by the specified mapper function if the value for this field is notnull, and otherwisenull.
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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, if and only if this Field not contains the given value. - notContainsIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
-
Returns a
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
Predicatethat will evaluate totrue, 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
FieldComparatorthat compares values of aComparableField. - 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
FieldComparatorthat 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
shortvalue. - ShortFieldComparator<ENTITY> - Interface in com.speedment.jpastreamer.field.comparator
-
A
FieldComparatorthat compares values of aShortField. - 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
RuntimeExceptionthat 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
Predicatethat will evaluate totrue, if and only if this Field starts with the given value. - startsWithIgnoreCase(String) - Method in interface com.speedment.jpastreamer.field.trait.HasStringOperators
-
Returns a
Predicatethat will evaluate totrue, 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.
All Classes and Interfaces|All Packages|Serialized Form