|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.pkgenerator.SQLPrimaryKeyGenerator
Constructor Summary | |
SQLPrimaryKeyGenerator(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 SQLPrimaryKeyGenerator(javax.sql.DataSource ds, java.lang.String sqlText, ResultBinding binding)
Method Detail |
public java.lang.Object getNextPrimaryKey(CacheRow cacheRow) throws PrimaryKeyGeneratorException
getNextPrimaryKey
in interface PrimaryKeyGenerator
PrimaryKeyGeneratorException
public CacheRow updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow) throws DuplicateIdentityException
updateCache
in interface PrimaryKeyGenerator
DuplicateIdentityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |