Uses of Class
com.metamatrix.common.id.dbid.DBIDGeneratorException

Packages that use DBIDGeneratorException
com.metamatrix.common.id.dbid   
com.metamatrix.common.id.dbid.spi   
com.metamatrix.common.id.dbid.spi.jdbc   
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid
 

Methods in com.metamatrix.common.id.dbid that throw DBIDGeneratorException
 long DBIDController.getID(java.lang.String context)
           
 long DBIDGenerator.getID(java.lang.String context)
          Call to get a unique id for the given context and by default the the id numbers cannot be rolled over and reused.
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid.spi
 

Methods in com.metamatrix.common.id.dbid.spi that throw DBIDGeneratorException
 long InMemoryIDController.getID(java.lang.String context)
           
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid.spi.jdbc
 

Methods in com.metamatrix.common.id.dbid.spi.jdbc that throw DBIDGeneratorException
 long PersistentIDController.getID(java.lang.String context)
           
 



Copyright © 2009. All Rights Reserved.