Class PostgresqlSequenceUpdateTool


  • public class PostgresqlSequenceUpdateTool
    extends AbstractSequenceUpdateTool
    Usually Postgresql creates an autoincrement ID sequence for tables. After data migration these sequences need to be updated...

    By default the sequence is updated to SELECT(MAX(ID) + 1) FROM table

    © 2012-2020 akquinet tech@spree

    Author:
    M. Dahm