|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalIdentity | |
org.tranql.cache | |
org.tranql.ejb | |
org.tranql.identity | |
org.tranql.sql.jdbc |
Uses of GlobalIdentity in org.tranql.cache |
Methods in org.tranql.cache that return GlobalIdentity | |
GlobalIdentity |
CacheRow.getId()
Return the identity of this row. |
Methods in org.tranql.cache with parameters of type GlobalIdentity | |
CacheRow |
InTxCache.get(GlobalIdentity id)
|
void |
NothingFaultHandler.rowFault(InTxCache cache,
GlobalIdentity globalId)
|
void |
QueryFaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
void |
FaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
CacheRow |
CacheTable.emptyRow(GlobalIdentity id)
|
CacheRow |
CacheTable.addRow(InTxCache cache,
GlobalIdentity id,
CacheRow origRow)
|
void |
CacheTable.removeRow(InTxCache cache,
GlobalIdentity id)
|
Uses of GlobalIdentity in org.tranql.ejb |
Methods in org.tranql.ejb that return GlobalIdentity | |
GlobalIdentity |
CompoundPKTransform.getGlobalIdentity(java.lang.Object domainId)
|
GlobalIdentity |
RemoteProxyTransform.getGlobalIdentity(java.lang.Object domainId)
|
GlobalIdentity |
SimplePKTransform.getGlobalIdentity(java.lang.Object domainId)
|
GlobalIdentity |
LocalProxyTransform.getGlobalIdentity(java.lang.Object domainId)
|
Methods in org.tranql.ejb with parameters of type GlobalIdentity | |
void |
SingleValuedCMRFaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
java.lang.Object |
CompoundPKTransform.getDomainIdentity(GlobalIdentity globalId)
|
java.lang.Object |
RemoteProxyTransform.getDomainIdentity(GlobalIdentity globalId)
|
java.lang.Object |
SimplePKTransform.getDomainIdentity(GlobalIdentity globalId)
|
java.lang.Object |
LocalProxyTransform.getDomainIdentity(GlobalIdentity globalId)
|
protected abstract void |
AbstractRelationSet.associate(GlobalIdentity b2)
|
protected abstract void |
AbstractRelationSet.disassociate(GlobalIdentity b2)
|
void |
MultiValuedCMRFaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
Uses of GlobalIdentity in org.tranql.identity |
Methods in org.tranql.identity that return GlobalIdentity | |
GlobalIdentity |
IdentityTransform.getGlobalIdentity(java.lang.Object domainId)
|
GlobalIdentity |
DerivedIdentity.defineIdentity(Row row)
|
GlobalIdentity |
UserDefinedIdentity.defineIdentity(Row row)
|
GlobalIdentity |
IdentityDefiner.defineIdentity(Row row)
|
Methods in org.tranql.identity with parameters of type GlobalIdentity | |
java.lang.Object |
IdentityTransform.getDomainIdentity(GlobalIdentity globalId)
|
Row |
DerivedIdentity.extractIdentity(GlobalIdentity globalId)
|
Row |
UserDefinedIdentity.extractIdentity(GlobalIdentity globalId)
|
Row |
IdentityDefiner.extractIdentity(GlobalIdentity globalId)
|
Uses of GlobalIdentity in org.tranql.sql.jdbc |
Methods in org.tranql.sql.jdbc that return GlobalIdentity | |
GlobalIdentity |
SQLIdentityGenerator.defineIdentity(Row row)
|
Methods in org.tranql.sql.jdbc with parameters of type GlobalIdentity | |
Row |
SQLIdentityGenerator.extractIdentity(GlobalIdentity globalId)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |