hello all!
excuse me if I come to a wrong place
because I am not a developer of castor.
I've read current document and the
example. The example is easy to understand,but I think there
sould be a full document about the
mapping file.for example:
the following lines are from the example
mapping.xml
<field name="name"
type="string">
<sql
name="name" type="char" dirty="check" />
<xml node="text" />
what's the meaning for "dirty='check'" ?
or are there any other syntax that are not shown in the
example?
so anybody can help me?