mybatis 备忘

http://www.mybatis.org/generator/generatedobjects/exampleClassUsage.html
http://code.google.com/p/mybatis/

        <selectKey keyProperty="id" resultType="int" order="BEFORE">
            select SEQ_B_AUTHOR.nextVal from dual
        </selectKey>


jdbcType="TIMESTAMP"


你可能感兴趣的:(mybatis)