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 #6435
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 #6435
Ticket List
Submit New Ticket
RSS
dtoの関連先オブジェクトの値をバインドしたい
Open Date:
2005-07-29 18:50
Last Update:
2007-07-27 14:39
monitor
ON
OFF
Reporter:
manhole
Owner:
(None)
Type:
S2Dao
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
SQLへ下記のように書いた際に、
dto.getAnother().getHogeValue() した値をバインドして欲
しい。
# 現状はdto.getAnother()した値がバインドされているような?
/*IF dto.another.hogeValue != null*/
AND ANOTHER_TABLE.HOGE_VALUE =
/*dto.another.hogeValue*/'hoge'
/*END*/
Ticket History (2/2 Histories)
2005-12-05 13:09
Updated by:
manhole
Ticket Close date
is changed to
2005-12-05 13:09
Status
Update from
Open
to
Closed
Comment
Reply
Logged In: YES
user_id=10369
1.0.29で対応。
2007-07-27 14:39
Updated by: None
Comment
Reply
Logged In: NO
comment
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
dto.getAnother().getHogeValue() した値をバインドして欲
しい。
# 現状はdto.getAnother()した値がバインドされているような?
/*IF dto.another.hogeValue != null*/
AND ANOTHER_TABLE.HOGE_VALUE =
/*dto.another.hogeValue*/'hoge'
/*END*/