|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
org.tranql.cache | |
org.tranql.ejb | |
org.tranql.field | |
org.tranql.identity | |
org.tranql.query | |
org.tranql.sql.jdbc | |
org.tranql.sql.jdbc.binding |
Uses of Row in org.tranql.cache |
Subclasses of Row in org.tranql.cache | |
class |
CacheRow
The representation of a data set in the cache. |
Methods in org.tranql.cache with parameters of type Row | |
void |
CacheRowAccessor.set(Row row,
java.lang.Object value)
|
java.lang.Object |
ModifiedSlotDetector.get(Row row)
|
void |
ModifiedSlotDetector.set(Row row,
java.lang.Object value)
|
java.lang.Object |
ModifiedSlotAccessor.get(Row row)
|
void |
ModifiedSlotAccessor.set(Row row,
java.lang.Object value)
|
java.lang.Object |
CacheRowLoader.fetched(Row row,
java.lang.Object arg)
|
java.lang.Object |
CacheLoadCommand.execute(ResultHandler handler,
Row params,
java.lang.Object arg)
|
void |
EmptySlotLoader.set(CacheRow row,
Row source)
|
Uses of Row in org.tranql.ejb |
Methods in org.tranql.ejb with parameters of type Row | |
java.lang.Object |
EJBQueryCommand.execute(ResultHandler handler,
Row params,
java.lang.Object arg)
|
java.lang.Object |
EJBObjectAsIdTransform.get(Row row)
|
void |
EJBObjectAsIdTransform.set(Row row,
java.lang.Object value)
|
java.lang.Object |
EJBLocalObjectAsIdTransform.get(Row row)
|
void |
EJBLocalObjectAsIdTransform.set(Row row,
java.lang.Object value)
|
java.lang.Object |
IdAsEJBObjectTransform.get(Row row)
|
void |
IdAsEJBObjectTransform.set(Row row,
java.lang.Object value)
|
java.lang.Object |
IdAsEJBLocalObjectTransform.get(Row row)
|
void |
IdAsEJBLocalObjectTransform.set(Row row,
java.lang.Object value)
|
int |
EJBUpdateCommand.execute(InTxCache cache,
Row params)
|
Uses of Row in org.tranql.field |
Methods in org.tranql.field with parameters of type Row | |
java.lang.Object |
ReferenceAccessor.get(Row row)
|
void |
ReferenceAccessor.set(Row row,
java.lang.Object value)
|
java.lang.Object |
FieldMarshaller.get(Row row)
|
void |
FieldMarshaller.set(Row row,
java.lang.Object value)
|
java.lang.Object |
NullAccessor.get(Row row)
|
void |
NullAccessor.set(Row row,
java.lang.Object value)
|
java.lang.Object |
FieldAccessor.get(Row row)
Return a value from the supplied row. |
void |
FieldAccessor.set(Row row,
java.lang.Object value)
Set a value into the supplied row. |
java.lang.Object |
FieldTransform.get(Row row)
Return a value from the cache |
void |
FieldTransform.set(Row row,
java.lang.Object value)
Set a value into the cache |
Uses of Row in org.tranql.identity |
Methods in org.tranql.identity that return Row | |
Row |
DerivedIdentity.extractIdentity(GlobalIdentity globalId)
|
Row |
UserDefinedIdentity.extractIdentity(GlobalIdentity globalId)
|
Row |
IdentityDefiner.extractIdentity(GlobalIdentity globalId)
|
Methods in org.tranql.identity with parameters of type Row | |
GlobalIdentity |
DerivedIdentity.defineIdentity(Row row)
|
GlobalIdentity |
UserDefinedIdentity.defineIdentity(Row row)
|
GlobalIdentity |
IdentityDefiner.defineIdentity(Row row)
|
Uses of Row in org.tranql.query |
Methods in org.tranql.query with parameters of type Row | |
int |
ParamRemapper.execute(InTxCache cache,
Row params)
|
java.lang.Object |
CollectionResultHandler.fetched(Row row,
java.lang.Object arg)
|
int |
UpdateCommand.execute(InTxCache cache,
Row params)
|
java.lang.Object |
ObjectResultHandler.fetched(Row row,
java.lang.Object arg)
|
java.lang.Object |
QueryCommand.execute(ResultHandler handler,
Row params,
java.lang.Object arg)
|
java.lang.Object |
ResultHandler.fetched(Row row,
java.lang.Object arg)
|
java.lang.Object |
ResultRemapper.execute(ResultHandler handler,
Row params,
java.lang.Object arg)
|
Uses of Row in org.tranql.sql.jdbc |
Methods in org.tranql.sql.jdbc that return Row | |
Row |
SQLIdentityGenerator.extractIdentity(GlobalIdentity globalId)
|
Methods in org.tranql.sql.jdbc with parameters of type Row | |
int |
JDBCUpdateCommand.execute(InTxCache cache,
Row row)
|
void |
InputBinding.setValue(java.sql.PreparedStatement ps,
Row row)
|
void |
ResultBinding.getValue(java.sql.ResultSet rs,
Row row)
|
java.lang.Object |
JDBCQueryCommand.execute(ResultHandler handler,
Row params,
java.lang.Object arg)
|
GlobalIdentity |
SQLIdentityGenerator.defineIdentity(Row row)
|
Uses of Row in org.tranql.sql.jdbc.binding |
Methods in org.tranql.sql.jdbc.binding with parameters of type Row | |
void |
AbstractBinding.getValue(java.sql.ResultSet rs,
Row row)
|
void |
AbstractBinding.setValue(java.sql.PreparedStatement ps,
Row row)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |