クラス Predicate

java.lang.Object
org.iplass.mtp.entity.query.condition.Condition
org.iplass.mtp.entity.query.condition.predicate.Predicate
すべての実装されたインタフェース:
java.io.Serializable, ASTNode
直系の既知のサブクラス:
Between, ComparisonPredicate, Contains, In, IsNotNull, IsNull, Like

public abstract class Predicate
extends Condition
条件文の抽象クラス。
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    Predicate()  
  • メソッドの概要

    クラスから継承されたメソッド org.iplass.mtp.entity.query.condition.Condition

    accept, newCondition

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド org.iplass.mtp.entity.query.ASTNode

    accept, copy, equals, hashCode, toString
  • コンストラクタの詳細