org.locomotive.loco.store.id
Class LocoIdJdbc

java.lang.Object
  |
  +--org.locomotive.loco.store.id.LocoId
        |
        +--org.locomotive.loco.store.id.LocoIdJdbc

public class LocoIdJdbc
extends LocoId


Fields inherited from class org.locomotive.loco.store.id.LocoId
instance, LOCO_BSTAMP, LOCO_SESSIONS, LOCO_USERS
 
Constructor Summary
LocoIdJdbc()
           
 
Method Summary
protected  java.math.BigInteger getNextIdFromDatabase(int type, int increment, java.sql.Connection con)
           
 
Methods inherited from class org.locomotive.loco.store.id.LocoId
getInstance, getNextId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocoIdJdbc

public LocoIdJdbc()
Method Detail

getNextIdFromDatabase

protected java.math.BigInteger getNextIdFromDatabase(int type,
                                                     int increment,
                                                     java.sql.Connection con)
                                              throws IdException
Overrides:
getNextIdFromDatabase in class LocoId