org.sourceforge.jemm.database.persistent.berkeley
Class IDManager

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.IDManager

public class IDManager
extends java.lang.Object


Constructor Summary
IDManager(com.sleepycat.persist.EntityStore store)
           
 
Method Summary
 ClassId getNextClassId()
           
 EnumId getNextEnumId()
           
 ID getNextId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDManager

public IDManager(com.sleepycat.persist.EntityStore store)
Method Detail

getNextClassId

public ClassId getNextClassId()

getNextEnumId

public EnumId getNextEnumId()

getNextId

public ID getNextId()


Copyright © 2009. All Rights Reserved.