Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
System
>
Seasar
>
Ticket List/Search
>
Ticket #6235
Seasar
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Mailing Lists
list of ML
News
Ticket #6235
Ticket List
Submit New Ticket
RSS
バッチ更新した際、更新に失敗したデータの有無を判定したい
Open Date:
2005-06-29 02:13
Last Update:
2005-06-29 02:13
monitor
ON
OFF
Reporter:
keizou
Owner:
(None)
Type:
S2Dao
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
3
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
[Seasar-user:2093]
------------------------------------------
public interface TestDao {
public Class BEAN = Entity.class;
public int updateList(List list);
}
------------------------------------------
上記コードのような、Timestampによる排他制御を使用した更
新処理を行っている場合、
ListにEntityを詰めてバッチ更新した際、更新に失敗した
データの有無を判定したいが
戻り値(int)は、成功・失敗にかかわらず、パラメータで渡し
たListの件数が返ってくる。
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
------------------------------------------
public interface TestDao {
public Class BEAN = Entity.class;
public int updateList(List list);
}
------------------------------------------
上記コードのような、Timestampによる排他制御を使用した更
新処理を行っている場合、
ListにEntityを詰めてバッチ更新した際、更新に失敗した
データの有無を判定したいが
戻り値(int)は、成功・失敗にかかわらず、パラメータで渡し
たListの件数が返ってくる。