Hello,

Can someone tell me how to setup for postgresql "org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer" in applicationContext-ibatis.xml file please?

Here I tried, but failed!

<bean id="userIncrementer"

class="org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer">
        <property name="dataSource"
                  ref="dataSource"/>
        <property name="incrementerName"
                  value="user_sequence"/>
        <property name="columnName" value="id"/>
    </bean>

Thanks a lot!
-e

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to