|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBTransactionImpl | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.remote |
Uses of DBTransactionImpl in oracle.jbo.server |
Subclasses of DBTransactionImpl in oracle.jbo.server | |
class |
DBTransactionImpl2
Implementation of DBTransaction interface for representing
both "connected" and "not connected" state. |
Methods in oracle.jbo.server that return DBTransactionImpl | |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url,
java.lang.String user,
java.lang.String password)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.util.Properties info)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.sql.Connection connection)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url,
java.util.Properties info)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(javax.sql.DataSource ds)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(javax.sql.DataSource ds,
java.lang.String user,
java.lang.String passwd)
Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from
disconnected to connected state. |
Methods in oracle.jbo.server with parameters of type DBTransactionImpl | |
void |
SQLBuilder.buildSelectString(DBTransactionImpl trans,
java.lang.StringBuffer buffer,
java.lang.String sourceName,
java.lang.String sourceAlias,
AttributeDefImpl[] attrs,
boolean withIntoClause,
int bindingStyle)
|
java.lang.Object |
SQLBuilder.doLoadFromResultSet(java.lang.Object theTypeFactory,
java.lang.Object theElemFactory,
java.lang.Class theJavaType,
byte attrLoad,
java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
Loads an object from a result set. |
java.lang.Object[] |
SQLBuilder.doLoadBulkFromResultSet(AttributeDefImpl[] attrs,
int attrIndex,
java.sql.ResultSet rs,
int rsIndex,
DBTransactionImpl trans)
Loads an array of objects from a result set. |
java.lang.Object |
OracleSQLBuilderImpl.doLoadFromResultSet(java.lang.Object theTypeFactory,
java.lang.Object theElemFactory,
java.lang.Class theJavaType,
byte attrLoad,
java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
|
java.lang.Object[] |
OracleSQLBuilderImpl.doLoadBulkFromResultSet(AttributeDefImpl[] attrDefs,
int attrIndex,
java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
|
protected void |
OracleSQLBuilderImpl.buildReturningClause(java.lang.StringBuffer sqlBuffer,
DBTransactionImpl trans,
AttributeDefImpl[] retrCols,
AttributeDefImpl[] retrKeyCols,
boolean batchMode,
boolean oracleBinding)
|
protected int |
OracleSQLBuilderImpl.bindWhereAttrValue(EntityImpl entityContext,
DBTransactionImpl trans,
java.sql.PreparedStatement stmt,
AttributeDefImpl attrDef,
int bindIndex,
boolean skipNull)
|
void |
OracleSQLBuilderImpl.buildSelectString(DBTransactionImpl trans,
java.lang.StringBuffer buffer,
java.lang.String sourceName,
java.lang.String sourceAlias,
AttributeDefImpl[] attrs,
boolean withIntoClause,
int bindingStyle)
Construct a SQL SELECT statement for the Entity into the designated Buffer. |
protected void |
EntityCache.init(DBTransactionImpl trans,
EntityDefImpl entityDef)
|
java.lang.Object |
BaseSQLBuilderImpl.doLoadFromResultSet(java.lang.Object theTypeFactory,
java.lang.Object theElemFactory,
java.lang.Class theJavaType,
byte attrLoad,
java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
|
java.lang.Object[] |
BaseSQLBuilderImpl.doLoadBulkFromResultSet(AttributeDefImpl[] attrDefs,
int attrIndex,
java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
|
protected int |
BaseSQLBuilderImpl.bindWhereAttrValue(EntityImpl entityContext,
DBTransactionImpl trans,
java.sql.PreparedStatement stmt,
AttributeDefImpl attrDef,
int bindIndex,
boolean skipNull)
|
void |
BaseSQLBuilderImpl.buildSelectString(DBTransactionImpl trans,
java.lang.StringBuffer buffer,
java.lang.String sourceName,
java.lang.String sourceAlias,
AttributeDefImpl[] attrs,
boolean withIntoClause,
int bindingStyle)
|
java.lang.Object |
AttributeDefImpl.loadFromResultSet(java.sql.ResultSet rs,
int index,
DBTransactionImpl trans)
Internal: Applications should not use this method. |
java.lang.Object |
AttributeDefImpl.convertToStorage(java.lang.Object data,
DBTransactionImpl trans)
Internal: Application should not use this method. |
void |
ApplicationModuleRemoteAdapter.txnCreated(DBTransactionImpl txn)
|
void |
ApplicationModuleRemoteAdapter.txnRemoved(DBTransactionImpl txn)
|
Uses of DBTransactionImpl in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote with parameters of type DBTransactionImpl | |
void |
AbstractRemoteApplicationModuleImpl.txnCreated(DBTransactionImpl txn)
|
void |
AbstractRemoteApplicationModuleImpl.txnRemoved(DBTransactionImpl txn)
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.