クラスの使用
com.github.mygreen.sqlmapper.core.where.metamodel.OperationHandler
-
OperationHandlerを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.where.metamodel メタモデルによるクエリの条件式を組み立てる機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.where.metamodelでのOperationHandlerの使用
com.github.mygreen.sqlmapper.core.where.metamodelでのOperationHandlerのサブクラス 修飾子とタイプ クラス 説明 classArithmeticOpHandler算術演算子(ArithmeticOp)に対する処理を定義します。classBooleanOpHandlerブール演算子(BooleanOp)に対する処理を定義します。classComparisionOpHandler比較演算子(ComparisionOp)に対する処理を定義します。classFuncOpHandler関数(FunctionOp)に対する処理を定義します。classLikeOpHandlerLIKE演算子(LikeOp)に対する処理を定義します。classUnaryOpHandler単項演算子(UnaryOp)に対する処理を定義します。
-