Package org.bonitasoft.engine.sequence
Class SequenceDAO
- java.lang.Object
-
- org.bonitasoft.engine.sequence.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 longselectById(long id)protected voidupdateSequence(long nextSequenceId, long id)
-
-
-
Method Detail
-
updateSequence
protected void updateSequence(long nextSequenceId, long id) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
selectById
protected long selectById(long id) throws java.sql.SQLException, SObjectNotFoundException- Throws:
java.sql.SQLExceptionSObjectNotFoundException
-
-