質問編集履歴
3
リンクについて、修正し直しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
-
[http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/howto.html
|
2
|
+
[dbfluteの活用方法](http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/howto.html)
|
3
|
+
を参考に
|
3
4
|
stsを使って、dbfluteの外だしSQLの呼び出しを実装しようとしています。
|
4
5
|
|
5
6
|
Javaファイル中で
|
2
Orlofskyさんからリンクについてのご指摘をいただいたので、修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
-
http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/howto.htmlを参考に
|
2
|
+
[http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/howto.html]を参考に
|
3
3
|
stsを使って、dbfluteの外だしSQLの呼び出しを実装しようとしています。
|
4
4
|
|
5
5
|
Javaファイル中で
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,9 +27,7 @@
|
|
27
27
|
テーブルから対象者のレコードを検索し、to_user_idの昇順でリストとして返します。
|
28
28
|
|
29
29
|
[df:description]
|
30
|
-
|
31
|
-
|
32
|
-
|
30
|
+
|
33
31
|
*/
|
34
32
|
|
35
33
|
-- #df:entity#
|