- Type Parameters:
T- The type of theCriteriaLeafinstance's value.
- All Superinterfaces:
org.refcodes.mixin.AliasAccessor,Criteria,org.refcodes.mixin.KeyAccessor<String>,org.refcodes.mixin.KeyAccessor.KeyBuilder<String,,org.refcodes.struct.Relation.RelationBuilder<String, T>> org.refcodes.mixin.KeyAccessor.KeyMutator<String>,org.refcodes.mixin.KeyAccessor.KeyProperty<String>,org.refcodes.struct.Relation<String,,T> org.refcodes.struct.Relation.RelationBuilder<String,,T> org.refcodes.mixin.Schemable<CriteriaSchema>,org.refcodes.mixin.ValueAccessor<T>,org.refcodes.mixin.ValueAccessor.ValueBuilder<T,,org.refcodes.struct.Relation.RelationBuilder<String, T>> org.refcodes.mixin.ValueAccessor.ValueMutator<T>,org.refcodes.mixin.ValueAccessor.ValueProperty<T>
- All Known Implementing Classes:
AbstractCriteriaLeaf,EqualWithCriteria,GreaterOrEqualThanCriteria,GreaterThanCriteria,LessOrEqualThanCriteria,LessThanCriteria,NotEqualWithCriteria
public interface CriteriaLeaf<T>
extends Criteria, org.refcodes.struct.Relation.RelationBuilder<String,T>
A CriteriaLeaf tree leaf is an expression usually relating to a key (for
example identifying a table's column in a database) and a value, both of
which consolidating an expression (for example "City = 'Munich'").
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor
org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K, B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object> Nested classes/interfaces inherited from interface org.refcodes.struct.Relation
org.refcodes.struct.Relation.RelationBuilder<K extends Object,V extends Object> Nested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor
org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V, B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object> -
Method Summary
Methods inherited from interface org.refcodes.mixin.AliasAccessor
getAliasMethods inherited from interface org.refcodes.mixin.KeyAccessor
getKeyMethods inherited from interface org.refcodes.mixin.KeyAccessor.KeyMutator
setKeyMethods inherited from interface org.refcodes.mixin.KeyAccessor.KeyProperty
letKeyMethods inherited from interface org.refcodes.mixin.Schemable
toSchemaMethods inherited from interface org.refcodes.mixin.ValueAccessor
getValue, getValueOrMethods inherited from interface org.refcodes.mixin.ValueAccessor.ValueMutator
setValueMethods inherited from interface org.refcodes.mixin.ValueAccessor.ValueProperty
letValue
-
Method Details
-
withValue
-
withKey
-