protected class TableJDBCSeq.CurrentSequenceRunnable extends Object implements Runnable
Constructor and Description |
---|
TableJDBCSeq.CurrentSequenceRunnable(JDBCStore store,
ClassMapping mapping) |
TableJDBCSeq.CurrentSequenceRunnable(JDBCStore store, ClassMapping mapping)
public void run() throws RuntimeException
run
in interface Runnable
RuntimeException
- any SQLExceptions that occur when obtaining the sequence
value are wrapped in a runtime exception to avoid
breaking the Runnable method signature. The caller can
obtain the "real" exception by calling getCause().Copyright © 2006–2013 Apache Software Foundation. All rights reserved.