問題タブ [mybatis-mapper]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
50 問題
0
投票する
0
に答える
171
参照
java - mybatis動的SQLでwhere句で関数を使用する方法は?
これは私の選択コードです
このクエリでは、次のようなSQLを作成したい
しかし、それは例外を投げます
mybatisの動的SQLではcluaseがサポートされていない機能のようです。
回避策はありますか?