Class LeafCondition<T,C>

java.lang.Object
sonia.scm.store.LeafCondition<T,C>
Type Parameters:
T - type of the object held by the QueryableStore.QueryField
C - value type (only required for binary operators)
All Implemented Interfaces:
Condition<T>

public class LeafCondition<T,C> extends Object implements Condition<T>
A LeafCondition is a condition builder on a QueryableStore.QueryField as part of a store statement.
  • Constructor Details

    • LeafCondition

      public LeafCondition()