com.atlassian.bamboo.utils.persister
Class DefaultSequenceHelper

java.lang.Object
  extended by com.atlassian.bamboo.utils.persister.DefaultSequenceHelper
All Implemented Interfaces:
SequenceHelper

public class DefaultSequenceHelper
extends Object
implements SequenceHelper


Field Summary
static int FIRST_ID
           
 
Constructor Summary
DefaultSequenceHelper()
           
 
Method Summary
 long getNextId(String entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_ID

public static final int FIRST_ID
See Also:
Constant Field Values
Constructor Detail

DefaultSequenceHelper

public DefaultSequenceHelper()
Method Detail

getNextId

public long getNextId(String entity)
Specified by:
getNextId in interface SequenceHelper


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.