Serialized Form


Package org.apache.torque

Class org.apache.torque.NoRowsException extends TorqueException implements Serializable

serialVersionUID: 199486766559455753L

Class org.apache.torque.TooManyRowsException extends TorqueException implements Serializable

serialVersionUID: -2875429969148699158L

Class org.apache.torque.TorqueException extends org.apache.commons.lang.exception.NestableException implements Serializable

serialVersionUID: 3090544800848674368L

Class org.apache.torque.TorqueRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2997617341459640541L

Serialized Fields

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

Class org.apache.torque.adapter.AbstractDBAdapter extends java.lang.Object implements Serializable

Serialized Fields

functionClasses

java.util.Map<K,V> functionClasses
The default look up table for function classes.

Class org.apache.torque.adapter.DBAxion extends AbstractDBAdapter implements Serializable

serialVersionUID: -5982548040625874572L

Class org.apache.torque.adapter.DBCloudscape extends AbstractDBAdapter implements Serializable

serialVersionUID: -7475830417640153351L

Class org.apache.torque.adapter.DBDB2400 extends DBDB2App implements Serializable

serialVersionUID: -6185644296549139007L

Class org.apache.torque.adapter.DBDB2App extends AbstractDBAdapter implements Serializable

serialVersionUID: -3097347241360840675L

Class org.apache.torque.adapter.DBDB2Net extends DBDB2App implements Serializable

serialVersionUID: -4370111912358224176L

Class org.apache.torque.adapter.DBDerby extends AbstractDBAdapter implements Serializable

serialVersionUID: 6265962681516206415L

Class org.apache.torque.adapter.DBFirebird extends AbstractDBAdapter implements Serializable

serialVersionUID: -2782124791802056450L

Class org.apache.torque.adapter.DBHypersonicSQL extends AbstractDBAdapter implements Serializable

serialVersionUID: 8392727399615702372L

Class org.apache.torque.adapter.DBInformix extends AbstractDBAdapter implements Serializable

serialVersionUID: 2599963509284952957L

Class org.apache.torque.adapter.DBInstantDB extends AbstractDBAdapter implements Serializable

serialVersionUID: -3988631220284628238L

Class org.apache.torque.adapter.DBInterbase extends AbstractDBAdapter implements Serializable

serialVersionUID: -6709312389168248070L

Class org.apache.torque.adapter.DBMM extends AbstractDBAdapter implements Serializable

serialVersionUID: 7547291410802807010L

Class org.apache.torque.adapter.DBMSSQL extends DBSybase implements Serializable

serialVersionUID: -2924485528975497044L

Class org.apache.torque.adapter.DBNone extends AbstractDBAdapter implements Serializable

serialVersionUID: -285009315025818009L

Class org.apache.torque.adapter.DBOdbc extends AbstractDBAdapter implements Serializable

serialVersionUID: -4852934297887694803L

Class org.apache.torque.adapter.DBOracle extends AbstractDBAdapter implements Serializable

serialVersionUID: 8966976210230241194L

Class org.apache.torque.adapter.DBPostgres extends AbstractDBAdapter implements Serializable

serialVersionUID: 7643304924262475272L

Class org.apache.torque.adapter.DBSapDB extends AbstractDBAdapter implements Serializable

serialVersionUID: 8277068258155186370L

Class org.apache.torque.adapter.DBSybase extends AbstractDBAdapter implements Serializable

serialVersionUID: 4782996646843056810L

Class org.apache.torque.adapter.DBWeblogic extends AbstractDBAdapter implements Serializable

serialVersionUID: 6645853000903579587L


Package org.apache.torque.manager

Class org.apache.torque.manager.AbstractBaseManager extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper methods for the Serializable interface.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
helper methods for the Serializable interface

Throws:
java.io.IOException
Serialized Fields

mrCache

MethodResultCache mrCache
method results cache


omClass

java.lang.Class<T> omClass
the class that the service will instantiate


className

java.lang.String className

region

java.lang.String region

isNew

boolean isNew

validFields

java.util.Map<K,V> validFields

listenersMap

java.util.Map<K,V> listenersMap

Class org.apache.torque.manager.MethodCacheKey extends java.lang.Object implements Serializable

serialVersionUID: -1831486431185021200L

Serialized Fields

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

Class org.apache.torque.map.ColumnMap extends java.lang.Object implements Serializable

serialVersionUID: -5971184507395399165L

Serialized Fields

type

java.lang.Object type
A sample object having the same java Type as the column.


torqueType

java.lang.String torqueType
The name of the Torque Type of the column.


usePrimitive

boolean usePrimitive
Should object type be converted to primitive.


size

int size
Size of the column.


scale

int scale
Scale 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.


javaName

java.lang.String javaName
The Java Name of this column as defined in XML or created by the generator code.


autoIncrement

boolean autoIncrement
Is this column an autoincrement column ?


description

java.lang.String description
Column description info (if any).


isProtected

boolean isProtected
is Column protected ?


defaultValue

java.lang.String defaultValue
String representing the default value defined for field. Note that default is a keyword, so defaultValue is used to store the value for the get/setDefault() methods.


inheritance

java.lang.String inheritance
Inheritance type used.


useInheritance

boolean useInheritance
Does column uses Inheritance subclasses? Note that this is tied to the TableMap useInheritance thru the set function.


inheritanceMaps

java.util.Map<K,V> inheritanceMaps
Associated of inheritance maps.


inputValidator

java.lang.String inputValidator
Input validator class name. (in DTD but not used?)


javaNamingMethod

java.lang.String javaNamingMethod
Java naming method the generator used.


javaType

java.lang.String javaType
Java type string specified in XML.


position

int position
Column position in the table (one based).

Class org.apache.torque.map.DatabaseMap extends java.lang.Object implements Serializable

serialVersionUID: 955251837095032274L

Serialized Fields

name

java.lang.String name
Name of the database.


tables

java.util.Map<K,V> 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<K,V> idGenerators
The IdGenerators, keyed by type of idMethod.


isInitialized

boolean isInitialized
Flag indicating that all tables have been loaded via initialize()

Class org.apache.torque.map.TableMap extends java.lang.Object implements Serializable

serialVersionUID: -9053174532511492818L

Serialized Fields

columns

java.util.Map<K,V> columns
The columns in the table. XML Order is preserved.


dbMap

DatabaseMap dbMap
The database this table belongs to.


tableName

java.lang.String tableName
The name of the table.


javaName

java.lang.String javaName
The JavaName of the table as defined in XML


prefix

java.lang.String prefix
The prefix on the table name.


primaryKeyMethod

java.lang.String primaryKeyMethod
The primary key generation method.


description

java.lang.String description
The table description info.


peerClass

java.lang.Class<T> peerClass
The Peer Class for this table.


omClass

java.lang.Class<T> omClass
The OM Root Class for this table.


useInheritance

boolean useInheritance
Whether any column uses Inheritance.


useManager

boolean useManager
Whether cache managers are used.


managerClass

java.lang.Class<T> managerClass
The associated cache manager class.


pkInfo

java.lang.Object pkInfo
Object to store information that is needed if the for generating primary keys.


Package org.apache.torque.om

Class org.apache.torque.om.BaseObject extends java.lang.Object implements Serializable

Serialized Fields

isNew

boolean isNew
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.

Class org.apache.torque.om.ComboKey extends ObjectKey implements Serializable

serialVersionUID: -264927663211141894L

Serialized Fields

key

SimpleKey[] key
The array of the keys

Class org.apache.torque.om.DateKey extends SimpleKey implements Serializable

serialVersionUID: 3102583536685348517L

Class org.apache.torque.om.NumberKey extends SimpleKey implements Serializable

serialVersionUID: -5566819786708264162L

Class org.apache.torque.om.ObjectKey extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key
The underlying key value.

Class org.apache.torque.om.SimpleKey extends ObjectKey implements Serializable

Class org.apache.torque.om.StringKey extends SimpleKey implements Serializable

serialVersionUID: 5109588772086713341L


Package org.apache.torque.util

Class org.apache.torque.util.BasePeer extends java.lang.Object implements Serializable

Class org.apache.torque.util.Criteria extends java.util.Hashtable implements Serializable

serialVersionUID: -9001666575933085601L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize a Criteria.

Throws:
java.io.IOException - if an IO error occurs.
java.lang.ClassNotFoundException - if the class cannot be located.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serializes this Criteria.

Throws:
java.io.IOException - if an IO error occurs.
Serialized Fields

ignoreCase

boolean ignoreCase

singleRecord

boolean singleRecord

cascade

boolean cascade

selectModifiers

UniqueList selectModifiers

selectColumns

UniqueList selectColumns

orderByColumns

UniqueList orderByColumns

groupByColumns

UniqueList groupByColumns

having

Criteria.Criterion having

asColumns

org.apache.commons.collections.OrderedMap asColumns

dbName

java.lang.String dbName
The name of the database.


originalDbName

java.lang.String originalDbName
The name of the database as given in the contructor.


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.


aliases

java.util.HashMap<K,V> aliases

useTransaction

boolean useTransaction

Class org.apache.torque.util.Criteria.Criterion extends java.lang.Object implements Serializable

serialVersionUID: 7157097965404611710L

Serialized Fields

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<E> clauses
other connected criteria and their conjunctions.


conjunctions

java.util.List<E> conjunctions

Class org.apache.torque.util.LargeSelect extends java.lang.Object implements Serializable

serialVersionUID: -1166842932571491942L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize this LargeSelect instance.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

pageSize

int pageSize
The number of records that a page consists of.


memoryLimit

int memoryLimit
The maximum number of records to maintain in memory.


currentlyFilledTo

int currentlyFilledTo
How much of the memory block is currently occupied with result data.


query

java.lang.String query
The SQL query that this LargeSelect represents.


dbName

java.lang.String dbName
The database name to get from Torque.


position

int position
The cursor position in the result set.


totalPages

int totalPages
The total number of pages known to exist.


totalRecords

int totalRecords
The total number of records known to exist.


criteria

Criteria criteria
The criteria used for the query.


returnBuilderClass

java.lang.Class<T> returnBuilderClass
The class that is possibly used to construct the criteria and used to transform the Village Records into the desired OM or business objects.


params

java.util.Hashtable<K,V> params
A place to store search parameters that relate to this query.

Class org.apache.torque.util.ListOrderedMapCI extends org.apache.commons.collections.map.ListOrderedMap implements Serializable

serialVersionUID: -4349246328751938554L

Class org.apache.torque.util.SqlEnum extends java.lang.Object implements Serializable

serialVersionUID: 5963149836513364800L

Serialized Fields

s

java.lang.String s

Class org.apache.torque.util.UniqueList extends java.util.ArrayList implements Serializable

serialVersionUID: 4467847559423445120L


Package org.apache.torque.util.functions

Class org.apache.torque.util.functions.FunctionEnum extends java.lang.Object implements Serializable

serialVersionUID: 5963149836513364800L

Serialized Fields

s

java.lang.String s



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.