Serialized Form


Package org.apache.tuscany.das.rdb.config

Package org.apache.tuscany.das.rdb.config.impl

Class org.apache.tuscany.das.rdb.config.impl.ColumnImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

columnName

java.lang.String columnName
The cached value of the 'Column Name' attribute.

See Also:
ColumnImpl.getColumnName()

propertyName

java.lang.String propertyName
The cached value of the 'Property Name' attribute.

See Also:
ColumnImpl.getPropertyName()

converterClassName

java.lang.String converterClassName
The cached value of the 'Converter Class Name' attribute.

See Also:
ColumnImpl.getConverterClassName()

primaryKey

boolean primaryKey
The cached value of the 'Primary Key' attribute.

See Also:
ColumnImpl.isPrimaryKey()

generated

boolean generated
The cached value of the 'Generated' attribute.

See Also:
ColumnImpl.isGenerated()

collision

boolean collision
The cached value of the 'Collision' attribute.

See Also:
ColumnImpl.isCollision()

managed

boolean managed
The cached value of the 'Managed' attribute.

See Also:
ColumnImpl.isManaged()

Class org.apache.tuscany.das.rdb.config.impl.CommandImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

parameter

java.util.List<E> parameter
The cached value of the 'Parameter' containment reference list.

See Also:
CommandImpl.getParameter()

resultDescriptor

java.util.List<E> resultDescriptor
The cached value of the 'Result Descriptor' containment reference list.

See Also:
CommandImpl.getResultDescriptor()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
CommandImpl.getName()

sql

java.lang.String sql
The cached value of the 'SQL' attribute.

See Also:
CommandImpl.getSQL()

kind

java.lang.String kind
The cached value of the 'Kind' attribute.

See Also:
CommandImpl.getKind()

Class org.apache.tuscany.das.rdb.config.impl.ConfigImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

command

java.util.List<E> command
The cached value of the 'Command' containment reference list.

See Also:
ConfigImpl.getCommand()

table

java.util.List<E> table
The cached value of the 'Table' containment reference list.

See Also:
ConfigImpl.getTable()

relationship

java.util.List<E> relationship
The cached value of the 'Relationship' containment reference list.

See Also:
ConfigImpl.getRelationship()

connectionInfo

ConnectionInfo connectionInfo
The cached value of the 'Connection Info' containment reference.

See Also:
ConfigImpl.getConnectionInfo()

uri

java.lang.String uri
The cached value of the 'Uri' attribute.

See Also:
ConfigImpl.getUri()

dataObjectModel

java.lang.String dataObjectModel
The cached value of the 'Data Object Model' attribute.

See Also:
ConfigImpl.getDataObjectModel()

databaseSchemaNameSupported

boolean databaseSchemaNameSupported
The cached value of the 'Database Schema Name Supported' attribute.

See Also:
ConfigImpl.isDatabaseSchemaNameSupported()

generatedKeysSupported

java.lang.String generatedKeysSupported
The cached value of the 'Generated Keys Supported' attribute.

See Also:
ConfigImpl.getGeneratedKeysSupported()

Class org.apache.tuscany.das.rdb.config.impl.ConnectionInfoImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

connectionProperties

ConnectionProperties connectionProperties
The cached value of the 'Connection Properties' containment reference.

See Also:
ConnectionInfoImpl.getConnectionProperties()

dataSource

java.lang.String dataSource
The cached value of the 'Data Source' attribute.

See Also:
ConnectionInfoImpl.getDataSource()

managedtx

boolean managedtx
The cached value of the 'Managedtx' attribute.

See Also:
ConnectionInfoImpl.isManagedtx()

Class org.apache.tuscany.das.rdb.config.impl.ConnectionPropertiesImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

driverClass

java.lang.String driverClass
The cached value of the 'Driver Class' attribute.

See Also:
ConnectionPropertiesImpl.getDriverClass()

databaseURL

java.lang.String databaseURL
The cached value of the 'Database URL' attribute.

See Also:
ConnectionPropertiesImpl.getDatabaseURL()

userName

java.lang.String userName
The cached value of the 'User Name' attribute.

See Also:
ConnectionPropertiesImpl.getUserName()

password

java.lang.String password
The cached value of the 'Password' attribute.

See Also:
ConnectionPropertiesImpl.getPassword()

loginTimeout

int loginTimeout
The cached value of the 'Login Timeout' attribute.

See Also:
ConnectionPropertiesImpl.getLoginTimeout()

Class org.apache.tuscany.das.rdb.config.impl.CreateImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

parameters

Parameters parameters
The cached value of the 'Parameters' containment reference.

See Also:
CreateImpl.getParameters()

sql

java.lang.String sql
The cached value of the 'Sql' attribute.

See Also:
CreateImpl.getSql()

Class org.apache.tuscany.das.rdb.config.impl.DeleteImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

parameters

Parameters parameters
The cached value of the 'Parameters' containment reference.

See Also:
DeleteImpl.getParameters()

sql

java.lang.String sql
The cached value of the 'Sql' attribute.

See Also:
DeleteImpl.getSql()

Class org.apache.tuscany.das.rdb.config.impl.KeyPairImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

primaryKeyColumn

java.lang.String primaryKeyColumn
The cached value of the 'Primary Key Column' attribute.

See Also:
KeyPairImpl.getPrimaryKeyColumn()

foreignKeyColumn

java.lang.String foreignKeyColumn
The cached value of the 'Foreign Key Column' attribute.

See Also:
KeyPairImpl.getForeignKeyColumn()

Class org.apache.tuscany.das.rdb.config.impl.ParameterImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
ParameterImpl.getName()

columnType

java.lang.String columnType
The cached value of the 'Column Type' attribute.

See Also:
ParameterImpl.getColumnType()

direction

java.lang.String direction
The cached value of the 'Direction' attribute.

See Also:
ParameterImpl.getDirection()

index

int index
The cached value of the 'Index' attribute.

See Also:
ParameterImpl.getIndex()

Class org.apache.tuscany.das.rdb.config.impl.ParametersImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

parameter

java.util.List<E> parameter
The cached value of the 'Parameter' containment reference list.

See Also:
ParametersImpl.getParameter()

Class org.apache.tuscany.das.rdb.config.impl.RelationshipImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

keyPair

java.util.List<E> keyPair
The cached value of the 'Key Pair' containment reference list.

See Also:
RelationshipImpl.getKeyPair()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
RelationshipImpl.getName()

primaryKeyTable

java.lang.String primaryKeyTable
The cached value of the 'Primary Key Table' attribute.

See Also:
RelationshipImpl.getPrimaryKeyTable()

foreignKeyTable

java.lang.String foreignKeyTable
The cached value of the 'Foreign Key Table' attribute.

See Also:
RelationshipImpl.getForeignKeyTable()

many

boolean many
The cached value of the 'Many' attribute.

See Also:
RelationshipImpl.isMany()

keyRestricted

boolean keyRestricted
The cached value of the 'Key Restricted' attribute.

See Also:
RelationshipImpl.isKeyRestricted()

Class org.apache.tuscany.das.rdb.config.impl.ResultDescriptorImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

columnIndex

int columnIndex
The cached value of the 'Column Index' attribute.

See Also:
ResultDescriptorImpl.getColumnIndex()

columnName

java.lang.String columnName
The cached value of the 'Column Name' attribute.

See Also:
ResultDescriptorImpl.getColumnName()

tableName

java.lang.String tableName
The cached value of the 'Table Name' attribute.

See Also:
ResultDescriptorImpl.getTableName()

schemaName

java.lang.String schemaName
The cached value of the 'Schema Name' attribute.

See Also:
ResultDescriptorImpl.getSchemaName()

columnType

java.lang.String columnType
The cached value of the 'Column Type' attribute.

See Also:
ResultDescriptorImpl.getColumnType()

Class org.apache.tuscany.das.rdb.config.impl.TableImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

column

java.util.List<E> column
The cached value of the 'Column' containment reference list.

See Also:
TableImpl.getColumn()

create

Create create
The cached value of the 'Create' containment reference.

See Also:
TableImpl.getCreate()

update

Update update
The cached value of the 'Update' containment reference.

See Also:
TableImpl.getUpdate()

delete

Delete delete
The cached value of the 'Delete' containment reference.

See Also:
TableImpl.getDelete()

tableName

java.lang.String tableName
The cached value of the 'Table Name' attribute.

See Also:
TableImpl.getTableName()

typeName

java.lang.String typeName
The cached value of the 'Type Name' attribute.

See Also:
TableImpl.getTypeName()

schemaName

java.lang.String schemaName
The cached value of the 'Schema Name' attribute.

See Also:
TableImpl.getSchemaName()

Class org.apache.tuscany.das.rdb.config.impl.UpdateImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

parameters

Parameters parameters
The cached value of the 'Parameters' containment reference.

See Also:
UpdateImpl.getParameters()

sql

java.lang.String sql
The cached value of the 'Sql' attribute.

See Also:
UpdateImpl.getSql()

Package org.apache.tuscany.das.rdb.exception

Class org.apache.tuscany.das.rdb.exception.DataSourceInitializationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 302160989411041041L

Class org.apache.tuscany.das.rdb.exception.OptimisticConcurrencyException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -8430445422807942933L


Package org.apache.tuscany.das.rdb.impl

Class org.apache.tuscany.das.rdb.impl.CollisionParameter extends ParameterExtendedImpl implements Serializable

Serialized Fields

isSet

boolean isSet

Class org.apache.tuscany.das.rdb.impl.ManagedParameterImpl extends ParameterExtendedImpl implements Serializable

Class org.apache.tuscany.das.rdb.impl.ParameterExtendedImpl extends ParameterImpl implements Serializable

Serialized Fields

type

commonj.sdo.Type type

value

java.lang.Object value

converter

Converter converter

Class org.apache.tuscany.das.rdb.impl.ParametersExtendedImpl extends ParametersImpl implements Serializable

Serialized Fields

logger

org.apache.log4j.Logger logger

inParams

java.util.List<E> inParams

outParams

java.util.List<E> outParams

Package org.apache.tuscany.das.rdb.test.company

Package org.apache.tuscany.das.rdb.test.company.impl

Class org.apache.tuscany.das.rdb.test.company.impl.CompanyTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

departments

java.util.List<E> departments
The cached value of the 'Departments' containment reference list.

See Also:
CompanyTypeImpl.getDepartments()

id

int id
The cached value of the 'Id' attribute.

See Also:
CompanyTypeImpl.getId()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
CompanyTypeImpl.getName()

employeeOfTheMonth

java.lang.String employeeOfTheMonth
The cached value of the 'Employee Of The Month' attribute.

See Also:
CompanyTypeImpl.getEmployeeOfTheMonth()

Class org.apache.tuscany.das.rdb.test.company.impl.DepartmentTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

employees

java.util.List<E> employees
The cached value of the 'Employees' containment reference list.

See Also:
DepartmentTypeImpl.getEmployees()

id

int id
The cached value of the 'Id' attribute.

See Also:
DepartmentTypeImpl.getId()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
DepartmentTypeImpl.getName()

location

java.lang.String location
The cached value of the 'Location' attribute.

See Also:
DepartmentTypeImpl.getLocation()

number

int number
The cached value of the 'Number' attribute.

See Also:
DepartmentTypeImpl.getNumber()

Class org.apache.tuscany.das.rdb.test.company.impl.EmployeeTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

id

int id
The cached value of the 'Id' attribute.

See Also:
EmployeeTypeImpl.getId()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
EmployeeTypeImpl.getName()

sn

java.lang.String sn
The cached value of the 'SN' attribute.

See Also:
EmployeeTypeImpl.getSN()

manager

boolean manager
The cached value of the 'Manager' attribute.

See Also:
EmployeeTypeImpl.isManager()

Package org.apache.tuscany.das.rdb.test.companynoid

Package org.apache.tuscany.das.rdb.test.companynoid.impl

Class org.apache.tuscany.das.rdb.test.companynoid.impl.CompanynoidTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

departmentsnoid

java.util.List<E> departmentsnoid
The cached value of the 'Departmentsnoid' containment reference list.

See Also:
CompanynoidTypeImpl.getDepartmentsnoid()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
CompanynoidTypeImpl.getName()

employeeOfTheMonth

java.lang.String employeeOfTheMonth
The cached value of the 'Employee Of The Month' attribute.

See Also:
CompanynoidTypeImpl.getEmployeeOfTheMonth()

Class org.apache.tuscany.das.rdb.test.companynoid.impl.DepartmentnoidTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

employees

java.util.List<E> employees
The cached value of the 'Employees' containment reference list.

See Also:
DepartmentnoidTypeImpl.getEmployees()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
DepartmentnoidTypeImpl.getName()

location

java.lang.String location
The cached value of the 'Location' attribute.

See Also:
DepartmentnoidTypeImpl.getLocation()

number

int number
The cached value of the 'Number' attribute.

See Also:
DepartmentnoidTypeImpl.getNumber()

Class org.apache.tuscany.das.rdb.test.companynoid.impl.EmployeenoidTypeImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

id

int id
The cached value of the 'Id' attribute.

See Also:
EmployeenoidTypeImpl.getId()

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
EmployeenoidTypeImpl.getName()

sn

java.lang.String sn
The cached value of the 'SN' attribute.

See Also:
EmployeenoidTypeImpl.getSN()

manager

boolean manager
The cached value of the 'Manager' attribute.

See Also:
EmployeenoidTypeImpl.isManager()

Package org.apache.tuscany.das.rdb.test.customer

Package org.apache.tuscany.das.rdb.test.customer.impl

Class org.apache.tuscany.das.rdb.test.customer.impl.AnOrderImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

id

int id
The cached value of the 'ID' attribute.

See Also:
AnOrderImpl.getID()

product

java.lang.String product
The cached value of the 'Product' attribute.

See Also:
AnOrderImpl.getProduct()

quantity

int quantity
The cached value of the 'Quantity' attribute.

See Also:
AnOrderImpl.getQuantity()

customer_ID

int customer_ID
The cached value of the 'Customer ID' attribute.

See Also:
AnOrderImpl.getCustomer_ID()

Class org.apache.tuscany.das.rdb.test.customer.impl.CustomerImpl extends org.apache.tuscany.sdo.impl.DataObjectBase implements Serializable

Serialized Fields

id

int id
The cached value of the 'ID' attribute.

See Also:
getID()

lastName

java.lang.String lastName
The cached value of the 'Last Name' attribute.

See Also:
getLastName()

address

java.lang.String address
The cached value of the 'Address' attribute.

See Also:
getAddress()

orders

java.util.List<E> orders
The cached value of the 'Orders' containment reference list.

See Also:
getOrders()



Copyright © 2007 Apache Software Foundation. All Rights Reserved.