|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.pkgenerator.AutoIncrementTablePrimaryKeyGenerator
public class AutoIncrementTablePrimaryKeyGenerator
| Constructor Summary | |
|---|---|
AutoIncrementTablePrimaryKeyGenerator(javax.sql.DataSource ds,
java.lang.String sqlText,
ResultBinding binding)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getNextPrimaryKey(CacheRow cacheRow)
|
CacheRow |
updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoIncrementTablePrimaryKeyGenerator(javax.sql.DataSource ds,
java.lang.String sqlText,
ResultBinding binding)
| Method Detail |
|---|
public java.lang.Object getNextPrimaryKey(CacheRow cacheRow)
throws PrimaryKeyGeneratorException
getNextPrimaryKey in interface PrimaryKeyGeneratorPrimaryKeyGeneratorException
public CacheRow updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
throws DuplicateIdentityException
updateCache in interface PrimaryKeyGeneratorDuplicateIdentityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||