Class SequenceDAO


  • public class SequenceDAO
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SequenceDAO​(java.sql.Connection connection, java.lang.Long tenantId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long selectById​(long id)  
      protected void updateSequence​(long nextSequenceId, long id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SequenceDAO

        public SequenceDAO​(java.sql.Connection connection,
                           java.lang.Long tenantId)
    • Method Detail

      • updateSequence

        protected void updateSequence​(long nextSequenceId,
                                      long id)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException