クラスの使用
com.github.mygreen.sqlmapper.metamodel.expression.Constant
-
Constantを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.metamodel メタモデルによる条件式の組み立て機能を提供します。com.github.mygreen.sqlmapper.metamodel.expression 式を表現する機能を提供します。com.github.mygreen.sqlmapper.metamodel.support サポート機能を提供します。 -
-
com.github.mygreen.sqlmapper.metamodelでのConstantの使用
Constant型のパラメータを持つcom.github.mygreen.sqlmapper.metamodelのメソッド 修飾子とタイプ メソッド 説明 voidVisitor. visit(Constant<?> expr, C context)定数を処理します。 -
com.github.mygreen.sqlmapper.metamodel.expressionでのConstantの使用
Constantを返すcom.github.mygreen.sqlmapper.metamodel.expressionのメソッド 修飾子とタイプ メソッド 説明 static <T> Constant<T>Constant. create(T value)汎用的な型の定数を作成ます。static Constant<Boolean>Constant. createBoolean(Boolean value)ブーリアン型の定数を作成します。static <T extends Collection>
Constant<T>Constant. createCollection(T value)Collection型/配列型などを定数として作成します。static Constant<String>Constant. createString(String value)文字列型の定数を作成します。 -
com.github.mygreen.sqlmapper.metamodel.supportでのConstantの使用
Constant型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.supportのメソッド 修飾子とタイプ メソッド 説明 voidDebugVisitor. visit(Constant<?> expr, DebugVisitorContext context)
-