Package sonia.scm.store
Class LeafCondition<T,C>
java.lang.Object
sonia.scm.store.LeafCondition<T,C>
- Type Parameters:
T
- type of the object held by theQueryableStore.QueryField
C
- value type (only required for binary operators)
- All Implemented Interfaces:
Condition<T>
A LeafCondition is a condition builder on a
QueryableStore.QueryField
as part of a store statement.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LeafCondition
public LeafCondition()
-