Serialized Form
|
Package org.apache.torque |
nested
java.lang.Throwable nested
- Holds the reference to the exception or error that caused
this exception to be thrown.
|
Package org.apache.torque.adapter |
DB_USER
java.lang.String DB_USER
- The database user name.
DB_PASS
java.lang.String DB_PASS
- The database password.
DB_CONNECTION
java.lang.String DB_CONNECTION
- The database name.
JDBCDriver
java.lang.String JDBCDriver
- The JDBC driver.
url
java.lang.String url
username
java.lang.String username
password
java.lang.String password
url
java.lang.String url
username
java.lang.String username
password
java.lang.String password
DATABASE_POOL
java.lang.String DATABASE_POOL
|
Package org.apache.torque.engine.sql |
|
Package org.apache.torque.manager |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
mrCache
MethodResultCache mrCache
- method results cache
omClass
java.lang.Class omClass
- the class that the service will instantiate
className
java.lang.String className
region
java.lang.String region
lockCache
boolean lockCache
inGet
int inGet
isNew
boolean isNew
validFields
java.util.Map validFields
listenersMap
java.util.Map listenersMap
n
int n
instanceOrClass
java.io.Serializable instanceOrClass
method
java.lang.String method
arg1
java.io.Serializable arg1
arg2
java.io.Serializable arg2
arg3
java.io.Serializable arg3
moreThanThree
java.io.Serializable[] moreThanThree
groupKey
java.lang.String groupKey
|
Package org.apache.torque.map |
type
java.lang.Object type
- Type of the column.
size
int size
- Size of the column.
pk
boolean pk
- Is it a primary key?
notNull
boolean notNull
- Is null value allowed ?
relatedTableName
java.lang.String relatedTableName
- Name of the table that this column is related to.
relatedColumnName
java.lang.String relatedColumnName
- Name of the column that this column is related to.
table
TableMap table
- The TableMap for this column.
columnName
java.lang.String columnName
- The name of the column.
name
java.lang.String name
- Name of the database.
tables
java.util.Hashtable tables
- Name of the tables in the database.
idTable
TableMap idTable
- A special table used to generate primary keys for the other
tables.
idBroker
IDBroker idBroker
- The IDBroker that goes with the idTable.
idGenerators
java.util.HashMap idGenerators
- The IdGenerators, keyed by type of idMethod.
columns
java.util.Hashtable columns
- The columns in the table.
dbMap
DatabaseMap dbMap
- The database this table belongs to.
tableName
java.lang.String tableName
- The name of the table.
prefix
java.lang.String prefix
- The prefix on the table name.
primaryKeyMethod
java.lang.String primaryKeyMethod
- The primary key generation method.
idGenerator
IdGenerator idGenerator
- IdGenerator for this tableMap
pkInfo
java.lang.Object pkInfo
- Object to store information that is needed if the
for generating primary keys.
|
Package org.apache.torque.om |
is_new
boolean is_new
- attribute to determine if this object has previously been saved.
primaryKey
ObjectKey primaryKey
- The unique id for the object which can be used for persistence.
modified
boolean modified
- A flag that indicates an object has been modified since it was
last retrieved from the persistence mechanism. This flag is
used to determine if this object should be saved to the
database. We initialize it to true to force new objects to be
saved.
tmpKeys
java.util.ArrayList tmpKeys
sbuf
java.lang.StringBuffer sbuf
key
SimpleKey[] key
key
java.lang.Object key
- The underlying key value.
|
Package org.apache.torque.pool |
|
Package org.apache.torque.util |
ignoreCase
boolean ignoreCase
singleRecord
boolean singleRecord
cascade
boolean cascade
selectModifiers
org.apache.commons.collections.StringStack selectModifiers
selectColumns
org.apache.commons.collections.StringStack selectColumns
orderByColumns
org.apache.commons.collections.StringStack orderByColumns
groupByColumns
org.apache.commons.collections.StringStack groupByColumns
having
Criteria.Criterion having
asColumns
java.util.Hashtable asColumns
joinL
java.util.ArrayList joinL
joinR
java.util.ArrayList joinR
dbName
java.lang.String dbName
- The name of the database.
limit
int limit
- To limit the number of rows to return.
-1 means return all
rows.
offset
int offset
- To start the results at a row other than the first one.
blobFlag
java.lang.Boolean blobFlag
aliases
java.util.HashMap aliases
useTransaction
boolean useTransaction
this$0
Criteria this$0
value
java.lang.Object value
- Value of the CO.
comparison
SqlEnum comparison
- Comparison value.
table
java.lang.String table
- Table name.
column
java.lang.String column
- Column name.
ignoreStringCase
boolean ignoreStringCase
- flag to ignore case in comparision
db
DB db
- The DB adaptor which might be used to get db specific
variations of sql.
clauses
java.util.List clauses
- other connected criteria and their conjunctions.
conjunctions
java.util.List conjunctions
s
java.lang.String s
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.