This page (revision-5) was last changed on 27-Oct-2010 13:40 by Dieter Käppel

This page was created on 27-Oct-2010 13:14 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 27-Oct-2010 13:40 3 KB Dieter Käppel to previous
4 27-Oct-2010 13:40 3 KB Dieter Käppel to previous | to last
3 27-Oct-2010 13:20 2 KB Dieter Käppel to previous | to last
2 27-Oct-2010 13:14 2 KB Dieter Käppel to previous | to last
1 27-Oct-2010 13:14 2 KB Dieter Käppel to last

Page References

Incoming links Outgoing links
Ibatis ...nobody

Version management

Difference between version and

At line 51 added 11 lines
!Result-Map
Durch Result-Maps kann ein Mapping global definiert werden, die SQL-Ausdrücke vereinfachen sich dadurch:
{{{
<resultMap id="user" class="com.intersult.User">
<result column="username" property="username"/>
<result column="firstname" property="firstname"/>
<result column="name" property="lastname"/>
</resultMap>
}}}