java.lang.Object
org.iplass.mtp.entity.query.condition.Condition
org.iplass.mtp.entity.query.condition.predicate.Predicate
All Implemented Interfaces:
Serializable, ASTNode
Direct Known Subclasses:
Between, ComparisonPredicate, Contains, In, IsNotNull, IsNull, Like

public abstract class Predicate extends Condition
条件文の抽象クラス。
See Also:
  • Constructor Details

    • Predicate

      public Predicate()