Docs: Nausicaa 1.x versus iBATIS 1.x
Status: Alpha
Brought to you by:
sellig
Nausicaa is (mainly) a port of iBATIS 1.x.
Here are some notes regarding the differences:
* Nausicaa 0.8.9 doesn't support Dynamic SQL, but this
feature is planned before a final Nausicaa 1.x release.
Transaction support will also be enhanced.
* Nausicaa supports the "typeAlias" element from iBATIS
2.x.
* Nausicaa uses the "hyphenless" element and attribute
styles from iBATIS 2.x: "statement", "resultMap",
"sqlMap", "parameterMap", "resultClass", and so forth.
Likewise, the attribute "nullValue" is used in lieu of
"null".
* Nausicaa does NOT support the insert, select, update,
and delete elements from iBATIS 2.x.
* Nausicaa adds a "resultMapping" attribute to the
"resultMap" element.
Logged In: YES
user_id=682760
Hy Ted
Correction, Nausicaa support insert+selectKey, procedure,
elements as Ibatis 2.x but not delete, update element anyway
it's nothing to implement in a next release.
-Gilles