Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- abort(Executor) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- AbstractAdapter - Klasse in org.apache.torque.adapter
-
This class is the abstract base for any database adapter Support for new databases is added by subclassing this class and implementing its abstract methods, and by registering the new database adapter and its corresponding JDBC driver in the service configuration file.
- AbstractAdapter() - Konstruktor für Klasse org.apache.torque.adapter.AbstractAdapter
-
Empty constructor.
- AbstractBaseManager<T extends Persistent> - Klasse in org.apache.torque.manager
-
This class contains common functionality of a Manager for instantiating OM's.
- AbstractBaseManager() - Konstruktor für Klasse org.apache.torque.manager.AbstractBaseManager
- AbstractDataSourceFactory - Klasse in org.apache.torque.dsfactory
-
A class that contains common functionality of the factories in this package.
- AbstractDataSourceFactory() - Konstruktor für Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
- AbstractFunction - Klasse in org.apache.torque.util.functions
-
A default framework that implements the core SQLFunction interface requirements that can be used to build specific functions on.
- AbstractFunction() - Konstruktor für Klasse org.apache.torque.util.functions.AbstractFunction
-
Functions should only be created via the FunctionFactory class.
- AbstractIdGenerator - Klasse in org.apache.torque.oid
-
This class serves as a common base class for the sequence-based and the autoincrement-based id generators
- AbstractIdGenerator(Adapter, String) - Konstruktor für Klasse org.apache.torque.oid.AbstractIdGenerator
-
Creates an IdGenerator which will work with the specified database.
- AbstractPeerImpl<T extends ObjectModel> - Klasse in org.apache.torque.util
-
This is an abstract layer for all generated peer classes that implements several convenience methods that otherwise would have to be generated.
- AbstractPeerImpl() - Konstruktor für Klasse org.apache.torque.util.AbstractPeerImpl
-
Default constructor
- AbstractPeerImpl(RecordMapper<T>, TableMap, String) - Konstruktor für Klasse org.apache.torque.util.AbstractPeerImpl
-
Constructor providing the objects to be injected as parameters.
- AbstractWhereClausePsPartBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Abstract base class for a WhereClausePsPartBuilder.
- AbstractWhereClausePsPartBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.AbstractWhereClausePsPartBuilder
- adapter - Variable in Klasse org.apache.torque.oid.AbstractIdGenerator
-
The adapter that knows the correct sql syntax
- Adapter - Schnittstelle in org.apache.torque.adapter
-
DB
defines the interface for a Torque database adapter. - ADAPTER_KEY - Statische Variable in Schnittstelle org.apache.torque.adapter.Adapter
-
Key for the configuration which contains database adapters.
- AdapterFactory - Klasse in org.apache.torque.adapter
-
This class creates different
Adapter
objects based on specified JDBC driver name. - add(Column) - Methode in Klasse org.apache.torque.util.UniqueColumnList
-
Adds a Column to the list, if no column with the same SQL Expression is not already contained.
- add(T) - Methode in Klasse org.apache.torque.util.UniqueList
-
Adds an Object to the list.
- addAggregate(String, SQLFunction) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Add in an Aggregate function to the summary information.
- addAlias(String, String) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Allows one to specify an alias for a table.
- addAlias(String, Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Allows one to specify an alias for a subselect.
- addArgument(Object) - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Add an argument to the function argument list
- addAscendingOrderByColumn(Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds an order by clause, explicitly specifying ascending.
- addAscendingOrderByColumn(Column, boolean) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Add an order by clause, explicitly specifying ascending.
- addAsColumn(String, Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Add an AS clause to the select columns.
- addCacheListenerImpl(CacheListener<?>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Add a new listener
- addColumn(int, FailableBiConsumer<ResultSet, T, TorqueException>) - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
- addColumn(ColumnMap) - Methode in Klasse org.apache.torque.map.TableMap
-
Add a pre-created column to this table.
- addColumns(ForeignKeyMap.ColumnPair) - Methode in Klasse org.apache.torque.map.ForeignKeyMap
-
Adds a column pair to the foreign key.
- addDescendingOrderByColumn(Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Add order by column name, explicitly specifying descending.
- addDescendingOrderByColumn(Column, boolean) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Add order by column name, explicitly specifying descending.
- addedObject(T) - Methode in Schnittstelle org.apache.torque.manager.CacheListener
-
Notify listener that an object has been added to the database
- addForeignKey(ForeignKeyMap) - Methode in Klasse org.apache.torque.map.TableMap
-
Add a foreign key to this table.
- addFrom(String) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a table to the from clause, not using a joinType or joinCondition.
- addFrom(FromElement) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a new Element to the from clause.
- addGroupBy(Column) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Add a column that will be used to group the aggregate results by.
- addGroupByColumn(Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Add a group by clause.
- addHaving(Criterion) - Methode in Klasse org.apache.torque.criteria.Criteria
-
This method adds a prepared Criterion object to the Criteria as a having clause.
- addIdGenerator(IDMethod, IdGenerator) - Methode in Klasse org.apache.torque.Database
-
Adds an IdGenerator to the database.
- addInheritanceMap(InheritanceMap) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Add an associated inheritance mapping.
- addJoin(String, String, Criterion, JoinType) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a join to the criteria.
- addJoin(Column, Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a join to the criteria, E.g. to create the condition
- addJoin(Column, Column, JoinType) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a join to the criteria, E.g. to create the condition
- addJoin(Column, Column, SqlEnum, JoinType) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a join to the criteria, E.g. to create the condition
- addJoin(PreparedStatementPart, PreparedStatementPart, Criterion, JoinType) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a join to the criteria, E.g. to create the condition
- addMapper(RecordMapper<?>, int) - Methode in Klasse org.apache.torque.om.mapper.CompositeMapper
-
Adds a new mapper to be applied to a result set.
- addPreparedStatementReplacement(Object) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Adds a PreparedStatementPart to the list of contained PreparedStatementParts, which contains only the given replacement.
- addSelectColumn(Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds a select column to the Criteria.
- addSelectColumns(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Add all the columns needed to create a new object.
- addTable(String) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Add a new table to the database by name.
- addValidField(Column...) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Add variable number of fields to the list potentially monitored by a listener
- AggregateFunction - Klasse in org.apache.torque.util.functions
-
A container for classes that will generate SQL for the SQL99 Standard Aggregate functions.
- AggregateFunction(String, Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.AggregateFunction
-
Constructor for aggregate functions.
- ALL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- ALL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "ALL ".
- ALT_NOT_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- ALT_NOT_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "!
- and(Object, Object) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s a new condition with the conditions in this Criteria.
- and(Object, Object, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s a new condition with the conditions in this Criteria.
- and(Criterion) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s Criterion object with the conditions in this Criteria.
- and(Criterion) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Replaces this criterion's condition with (this criterion's condition AND criterion).
- AND - Statische Variable in Klasse org.apache.torque.criteria.Criterion
-
Constant for the operator " AND ".
- andDate(Object, int, int, int) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a new date comparison with the conditions in this Criteria.
- andDate(Object, int, int, int, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a new date comparison with the conditions in this Criteria.
- andIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "in" comparison with the conditions in this Criteria.
- andIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "in" comparison with the conditions in this Criteria.
- andNotIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "not in" comparison with the conditions in this Criteria.
- andNotIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "not in" comparison with the conditions in this Criteria.
- andVerbatimSql(String, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Ands a verbatim sql condition to this Criteria.
- andVerbatimSql(String, Object[], Column, Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
ANDs a verbatim sql condition to this Criteria.
- append(PreparedStatementPart) - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Appends another PreparedStatementPart to this part.
- append(PreparedStatementPart) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Adds a PreparedStatementPart to the list of contained PreparedStatementParts.
- append(SqlEnum) - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Appends a SqlEnum to this part.
- appendSetOperation(Criteria, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Appends a set operation (union, except, intersect) to this Criteria.
- appendSql(String) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Adds a PreparedStatementPart to the list of contained PreparedStatementParts, which contains only the given sql.
- appendTo(StringBuilder) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Appends a debug String representation of the Criterion onto the String builder.
- appendTo(StringBuilder) - Methode in Klasse org.apache.torque.om.ComboKey
- appendTo(StringBuilder) - Methode in Klasse org.apache.torque.om.ObjectKey
-
Appends a String representation of the key to a buffer.
- applyAndRemoveGlobal(Configuration) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
- applyConfiguration(Configuration, Object) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
Iterate over a Configuration subset and apply all properties to a passed object which must contain Bean setter and getter
- AS - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " AS ".
- ASC - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "ASC".
- assertNoComposite() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Checks that this Criteria is no composite Criteria, and throws a TorqueRuntimeException otherwise.
- AUTO_INCREMENT - Enum-Konstante in Enumeration org.apache.torque.adapter.IDMethod
-
Key generation via auto-increment.
- AUTODETECT_ADAPTER - Statische Variable in Schnittstelle org.apache.torque.adapter.Adapter
-
Special adapter for auto-detection.
- autoDetectAdapter(Connection) - Statische Methode in Klasse org.apache.torque.adapter.AdapterFactory
-
Creates a new instance of the Torque database adapter based on the JDBC meta-data
- AutoIncrementIdGenerator - Klasse in org.apache.torque.oid
-
This generator works with databases that have an sql syntax that allows the retrieval of the last id used to insert a row for a Connection.
- AutoIncrementIdGenerator(Adapter, String) - Konstruktor für Klasse org.apache.torque.oid.AutoIncrementIdGenerator
-
Creates an IdGenerator which will work with the specified database.
- avg(Criteria, String) - Methode in Klasse org.apache.torque.util.AvgHelper
-
Returns the average of a column in a query.
- avg(Criteria, Connection, String, TableMap) - Methode in Klasse org.apache.torque.util.AvgHelper
-
Returns the average of a column in a query.
- avg(Criteria, Connection, Column) - Methode in Klasse org.apache.torque.util.AvgHelper
-
Returns the average of a column in a query.
- avg(Criteria, Column) - Methode in Klasse org.apache.torque.util.AvgHelper
-
Returns the average of a column in a query.
- Avg - Klasse in org.apache.torque.util.functions
-
SQL99 Standard Average function.
- Avg(String) - Konstruktor für Klasse org.apache.torque.util.functions.Avg
-
Construct an AVG function class with an SQL expression to average over.
- Avg(Column) - Konstruktor für Klasse org.apache.torque.util.functions.Avg
-
Construct an AVG function class with the column to average over.
- Avg(Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.Avg
-
Construct an AVG function class with the column to average over and possibly a distinct modifier.
- AvgHelper - Klasse in org.apache.torque.util
-
Get's the average of a column with entries matching the provided criteria.
- AvgHelper() - Konstruktor für Klasse org.apache.torque.util.AvgHelper
B
- BasePeerImpl<T> - Klasse in org.apache.torque.util
-
This is the base class for all Peer classes in the system.
- BasePeerImpl() - Konstruktor für Klasse org.apache.torque.util.BasePeerImpl
-
Default constructor
- BasePeerImpl(RecordMapper<T>, TableMap, String) - Konstruktor für Klasse org.apache.torque.util.BasePeerImpl
-
Constructor providing the objects to be injected as parameters.
- begin() - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Begin a transaction by retrieving a connection from the default database connection pool.
- begin() - Methode in Schnittstelle org.apache.torque.util.TransactionManager
-
Begin a transaction by retrieving a connection from the default database connection pool.
- begin() - Methode in Klasse org.apache.torque.util.TransactionManagerImpl
-
Begin a transaction by retrieving a connection from the default database connection pool.
- begin(String) - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Begin a transaction by retrieving a connection from the named database connection pool.
- begin(String) - Methode in Schnittstelle org.apache.torque.util.TransactionManager
-
Begin a transaction by retrieving a connection from the named database connection pool.
- begin(String) - Methode in Klasse org.apache.torque.util.TransactionManagerImpl
-
Begin a transaction by retrieving a connection from the named database connection pool.
- BigDecimalMapper - Klasse in org.apache.torque.om.mapper
-
Maps a database record to a BigDecimal.
- BigDecimalMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.BigDecimalMapper
-
Constructs a BigDecimalMapper with an offset of 0.
- BigDecimalMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.BigDecimalMapper
-
Constructs a BigDecimalMapper with the given offset.
- BooleanKey - Klasse in org.apache.torque.om
-
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a Boolean.
- BooleanKey() - Konstruktor für Klasse org.apache.torque.om.BooleanKey
-
Initializes the internal key value to
null
. - BooleanKey(Boolean) - Konstruktor für Klasse org.apache.torque.om.BooleanKey
-
Creates an BooleanKey and set its internal representation
- BooleanKey(String) - Konstruktor für Klasse org.apache.torque.om.BooleanKey
-
Creates an BooleanKey and set its internal representation
- BooleanKey(BooleanKey) - Konstruktor für Klasse org.apache.torque.om.BooleanKey
-
Creates a BooleanKey that is equivalent to key.
- buildColumnValues(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Returns the contents of the object as ColumnValues object.
- buildCriteria(Criteria) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Builds the criteria to use in summarizing the information.
- buildCriteria(ObjectKey<?>) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Build a Criteria object which selects all objects which have a given primary key.
- buildCriteria(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Build a Criteria object from the data object for this peer.
- buildPs(Object, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.objectbuilder.ObjectOrColumnPsPartBuilder
-
Builds a PreparedStatementPart from a column or single value.
- buildPs(Object, boolean, Query, Adapter) - Methode in Schnittstelle org.apache.torque.sql.objectbuilder.ObjectPsPartBuilder
-
Builds a PreparedStatementPart from a single Object.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CurrentDateTimePsPartBuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.EnumValueBuilder
-
Takes a WhereClauseExpression containing a enum object and unwraps the enum value.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.InBuilder
-
Takes a columnName and criteria and builds a SQL 'IN' expression taking into account the ignoreCase flag.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.LikeBuilder
-
Builds the PS part for a WhereClauseExpression with a LIKE operator.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.NullValueBuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.StandardBuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.VerbatimSqlConditionBuilder
-
Builds the PS part for a WhereClauseExpression with a verbatim SQL condition.
- buildPs(WhereClauseExpression, boolean, Query, Adapter) - Methode in Schnittstelle org.apache.torque.sql.whereclausebuilder.WhereClausePsPartBuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression.
- buildQuery(Criteria) - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Builds a Query from a criteria.
- buildSelectCriteria(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Build a Criteria object from the data object for this peer, skipping all binary columns.
- byteValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as a byte.
C
- cache - Variable in Klasse org.apache.torque.manager.AbstractBaseManager
-
used to cache the om objects. cache is set by the region property
- CACHE_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
Name of config property to determine whether caching is used.
- cacheGet(ObjectKey<?>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get an object from cache
- CacheListener<T extends Persistent> - Schnittstelle in org.apache.torque.manager
-
Listener for cache events
- CLASSNAME_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Key for the configuration property which contains the class name of the datasource to be bound into jndi.
- clear() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Resets this Criteria to its original state.
- clear() - Methode in Klasse org.apache.torque.manager.MethodResultCache
-
Clear the cache
- clear() - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
-
Clear the cache
- clear() - Methode in Klasse org.apache.torque.util.ColumnValues
- clear() - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Resets the class internal variables to their initial states so the class can be re-used like a new class.
- clearImpl() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Clears the cache
- clearOptions() - Methode in Klasse org.apache.torque.map.OptionSupport
-
Clears all options.
- clearWarnings() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- clone() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns a shallow copy of this object.
- close() - Methode in Schnittstelle org.apache.torque.dsfactory.DataSourceFactory
-
A hook which is called when the resources of the associated DataSource can be released.
- close() - Methode in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Does nothing.
- close() - Methode in Klasse org.apache.torque.dsfactory.PerUserPool2DataSourceFactory
-
Closes the pool associated with this factory and releases it.
- close() - Methode in Klasse org.apache.torque.dsfactory.SharedPool2DataSourceFactory
-
Closes the pool associated with this factory and releases it.
- close() - Methode in Schnittstelle org.apache.torque.util.TorqueConnection
- close() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- closeConnection(Connection) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Closes a connection.
- closeConnection(Connection) - Statische Methode in Klasse org.apache.torque.Torque
-
Closes a connection.
- closeConnection(Connection) - Methode in Klasse org.apache.torque.TorqueInstance
-
Closes a connection.
- COL_NEXT_ID - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Next_ID column name
- COL_QUANTITY - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Quantity column name
- COL_TABLE_ID - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
ID column name
- COL_TABLE_NAME - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Table_Name column name
- Column - Schnittstelle in org.apache.torque
-
The metadata of a column (or pseudocolumn) in a database.
- ColumnAccessByName - Schnittstelle in org.apache.torque.om
-
Define accessors by name.
- ColumnImpl - Klasse in org.apache.torque
-
An implementation of the column interface.
- ColumnImpl(String) - Konstruktor für Klasse org.apache.torque.ColumnImpl
-
Constructor which tries to guess schema, table and column names from an SQL expression.
- ColumnImpl(String, String) - Konstruktor für Klasse org.apache.torque.ColumnImpl
-
Constructor.
- ColumnImpl(String, String, String) - Konstruktor für Klasse org.apache.torque.ColumnImpl
-
Constructor.
- ColumnImpl(String, String, String, String) - Konstruktor für Klasse org.apache.torque.ColumnImpl
-
Constructor.
- ColumnMap - Klasse in org.apache.torque.map
-
ColumnMap is used to model a column of a table in a database.
- ColumnMap(String, TableMap) - Konstruktor für Klasse org.apache.torque.map.ColumnMap
-
Constructor.
- ColumnPair(ForeignKeyMap, ColumnMap, String) - Konstruktor für Klasse org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Constructor.
- ColumnPair(ForeignKeyMap, ColumnMap, ColumnMap) - Konstruktor für Klasse org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Constructor.
- ColumnValues - Klasse in org.apache.torque.util
-
A class containing values for database columns.
- ColumnValues() - Konstruktor für Klasse org.apache.torque.util.ColumnValues
-
Constructor with no contained column values.
- ColumnValues(String) - Konstruktor für Klasse org.apache.torque.util.ColumnValues
-
Constructor with no contained column values.
- ColumnValues(Map<Column, JdbcTypedValue>) - Konstruktor für Klasse org.apache.torque.util.ColumnValues
-
Constructor.
- ColumnValues(Map<Column, JdbcTypedValue>, String) - Konstruktor für Klasse org.apache.torque.util.ColumnValues
-
Constructor.
- CombinedPreparedStatementPart - Klasse in org.apache.torque.sql.whereclausebuilder
-
A PreparedStatementPart which consists of a list of other PreparedStatementParts.
- CombinedPreparedStatementPart() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Constructor.
- CombinedPreparedStatementPart(PreparedStatementPart) - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Constructor.
- ComboKey - Klasse in org.apache.torque.om
-
This class can be used as an ObjectKey to uniquely identify an object within an application where the key consists of multiple entities (such a String[] representing a multi-column primary key).
- ComboKey() - Konstruktor für Klasse org.apache.torque.om.ComboKey
-
Initializes the internal key value to
null
. - ComboKey(String) - Konstruktor für Klasse org.apache.torque.om.ComboKey
-
Creates an ComboKey and set its internal representation
- ComboKey(ComboKey) - Konstruktor für Klasse org.apache.torque.om.ComboKey
-
Creates a ComboKey that is equivalent to key.
- ComboKey(SimpleKey<?>[]) - Konstruktor für Klasse org.apache.torque.om.ComboKey
-
Creates an ComboKey and set its internal representation
- commit() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- commit(Connection) - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Commit a transaction and close the connection.
- commit(Connection) - Methode in Schnittstelle org.apache.torque.util.TransactionManager
-
Commit a transaction and close the connection.
- commit(Connection) - Methode in Klasse org.apache.torque.util.TransactionManagerImpl
-
Commit a transaction and close the connection.
- compareTo(Object) - Methode in Klasse org.apache.torque.om.NumberKey
- compareTo(Object) - Methode in Klasse org.apache.torque.om.ObjectKey
-
Implements the compareTo method.
- CompositeMapper - Klasse in org.apache.torque.om.mapper
-
Uses a list of mappers to map a database record to a list of objects.
- CompositeMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.CompositeMapper
- configure(Configuration) - Methode in Klasse org.apache.torque.avalon.TorqueComponent
- CONNECTION_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
"connection" Key for the configuration
- ConstraintViolationException - Ausnahmeklasse in org.apache.torque
-
This exception is thrown if a database operation violates a database constraint, e.g. a foreign key constraint, a unique constraint or a not-null constraint.
- ConstraintViolationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.ConstraintViolationException
-
Constructs a new
ConstraintViolationException
with specified detail message and nestedThrowable
. - ConstraintViolationException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.ConstraintViolationException
-
Constructs a new
ConstraintViolationException
with specified nestedThrowable
. - containsColumn(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Does this table contain the specified column?
- containsColumn(ColumnMap) - Methode in Klasse org.apache.torque.map.TableMap
-
Does this table contain the specified column?
- containsKey(Object) - Methode in Klasse org.apache.torque.util.ColumnValues
- containsKey(Object) - Methode in Klasse org.apache.torque.util.ListOrderedMapCI
-
Test if the key exists in the mapping.
- containsObjectColumn() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns true if this tableMap contains a column with object data.
- containsSqlExpression(Column) - Methode in Klasse org.apache.torque.util.UniqueColumnList
-
Checks if this list already contains a column with the same SQL expression.
- containsTable(String) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Does this database contain this specific table?
- containsTable(TableMap) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Does this database contain this specific table?
- containsValue(Object) - Methode in Klasse org.apache.torque.util.ColumnValues
- contextualize(Context) - Methode in Klasse org.apache.torque.avalon.TorqueComponent
- convertToType(Class<T>, Object) - Methode in Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Convert a String to a java.time.Duration.
- copyFrom(DatabaseMap) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Copy all settings except the database from another database map.
- correctBooleans(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Checks all columns in the criteria to see whether booleanchar and booleanint columns are queried with a boolean.
- correctBooleans(ColumnValues) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Checks all columns in the criteria to see whether booleanchar and booleanint columns are queried with a boolean.
- count(Criteria) - Methode in Klasse org.apache.torque.util.CountHelper
-
The COUNT function returns the number of rows in a query.
- count(Criteria, String) - Methode in Klasse org.apache.torque.util.CountHelper
-
Returns the number of rows in a query.
- count(Criteria, Connection) - Methode in Klasse org.apache.torque.util.CountHelper
-
The COUNT function returns the number of rows in a query.
- count(Criteria, Connection, String, TableMap) - Methode in Klasse org.apache.torque.util.CountHelper
-
Returns the number of rows in a query.
- count(Criteria, Connection, Column) - Methode in Klasse org.apache.torque.util.CountHelper
-
Returns the number of rows in a query.
- count(Criteria, Column) - Methode in Klasse org.apache.torque.util.CountHelper
-
Returns the number of rows in a query.
- count(TableMap) - Methode in Klasse org.apache.torque.util.CountHelper
-
Counts all rows in a table.
- count(TableMap, Connection) - Methode in Klasse org.apache.torque.util.CountHelper
-
Counts all rows in a table.
- Count - Klasse in org.apache.torque.util.functions
-
SQL99 Standard count function.
- Count(String) - Konstruktor für Klasse org.apache.torque.util.functions.Count
-
Construct an COUNT function class with an SQL expression to count.
- Count(Column) - Konstruktor für Klasse org.apache.torque.util.functions.Count
-
Construct an COUNT function class with the column to count.
- Count(Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.Count
-
Construct an COUNT function class with the column to count and possibly a distinct modifier.
- CountHelper - Klasse in org.apache.torque.util
-
Counts entries matching a criteria.
- CountHelper() - Konstruktor für Klasse org.apache.torque.util.CountHelper
- create(String) - Statische Methode in Klasse org.apache.torque.adapter.AdapterFactory
-
Creates a new instance of the Torque database adapter associated with the specified JDBC driver or adapter key.
- create(String, String) - Statische Methode in Klasse org.apache.torque.adapter.AdapterFactory
-
Creates a new instance of the Torque database adapter associated with the specified JDBC driver or adapter key and the class defined.
- create(Adapter, String) - Statische Methode in Klasse org.apache.torque.oid.IDGeneratorFactory
-
Factory method which instantiates
IdGenerator
implementations based on the return value of the provided adapter'sAdapter.getIDMethodType()
method. - createAndRegisterIdBroker() - Methode in Klasse org.apache.torque.Database
-
Creates the IDBroker for this Database and registers it with Torque.
- createArrayOf(String, Object[]) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createBlob() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createClob() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createNClob() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createSQLXML() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createStatement() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createStatement(int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createStatement(int, int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- createStruct(String, Object[]) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- Criteria - Klasse in org.apache.torque.criteria
-
Encapsulates conditions to access rows in database tables.
- Criteria() - Konstruktor für Klasse org.apache.torque.criteria.Criteria
-
Constructor.
- Criteria(String) - Konstruktor für Klasse org.apache.torque.criteria.Criteria
-
Constructor with the database name as parameter..
- Criteria(Criteria) - Konstruktor für Klasse org.apache.torque.criteria.Criteria
-
Copy-constructor.
- Criterion - Klasse in org.apache.torque.criteria
-
Describes one or more where clause parts in the Criteria.
- Criterion(Object, Object) - Konstruktor für Klasse org.apache.torque.criteria.Criterion
-
Create a new instance without verbatim sql, using equals as comparison operator.
- Criterion(Object, Object, SqlEnum) - Konstruktor für Klasse org.apache.torque.criteria.Criterion
-
Create a new instance without verbatim sql.
- Criterion(Object, Object, SqlEnum, String, Object[]) - Konstruktor für Klasse org.apache.torque.criteria.Criterion
-
Create a new instance.
- Criterion(Object, SqlEnum) - Konstruktor für Klasse org.apache.torque.criteria.Criterion
-
Create a new instance without verbatim sql, using a comparison operator without the need for a right value (like
SqlEnum.ISNULL
,SqlEnum.ISNOTNULL
, etc.) - Criterion(Criterion) - Konstruktor für Klasse org.apache.torque.criteria.Criterion
-
Creates a shallow copy of the given Criterion.
- CURRENT_DATE - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"CURRENT_DATE" ANSI SQL function
- CURRENT_DATE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "CURRENT_DATE".
- CURRENT_TIME - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"CURRENT_TIME" ANSI SQL function
- CURRENT_TIME - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "CURRENT_TIME".
- CURRENT_TIMESTAMP - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"CURRENT_TIMESTAMP" ANSI SQL function
- CURRENT_TIMESTAMP - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "CURRENT_TIMESTAMP".
- CurrentDateTimePsPartBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
A WhereClausePsPartBuilder which handles
SqlEnum.CURRENT_DATE
andSqlEnum.CURRENT_TIME
. - CurrentDateTimePsPartBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.CurrentDateTimePsPartBuilder
D
- Database - Klasse in org.apache.torque
-
Bundles all information about a database.
- DATABASE_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
The prefix for configuring the database adapters and the default database.
- DatabaseMap - Klasse in org.apache.torque.map
-
DatabaseMap is used to model a database.
- DatabaseMap(Database) - Konstruktor für Klasse org.apache.torque.map.DatabaseMap
-
Constructs a new DatabaseMap.
- databaseName - Variable in Klasse org.apache.torque.oid.AbstractIdGenerator
-
The internal name of the Database that this Generator is connected to.
- DATASOURCE_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Key for the configuration which contains properties for a DataSource which should be bound into jndi.
- DataSourceFactory - Schnittstelle in org.apache.torque.dsfactory
-
A factory that returns a DataSource.
- DateKey - Klasse in org.apache.torque.om
-
This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date.
- DateKey() - Konstruktor für Klasse org.apache.torque.om.DateKey
-
Initializes the internal key value to
null
. - DateKey(String) - Konstruktor für Klasse org.apache.torque.om.DateKey
-
Creates an DateKey and set its internal representation
- DateKey(Date) - Konstruktor für Klasse org.apache.torque.om.DateKey
-
Creates an DateKey and set its internal representation
- DateKey(DateKey) - Konstruktor für Klasse org.apache.torque.om.DateKey
-
Creates a DateKey that is equivalent to key.
- DateMapper - Klasse in org.apache.torque.om.mapper
-
Maps a database record to a java.util.Date.
- DateMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.DateMapper
-
Constructs a DateMapper with an offset of 0.
- DateMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.DateMapper
-
Constructs a DateMapper with the given offset.
- DeadlockException - Ausnahmeklasse in org.apache.torque
-
This exception is thrown if the database detects a deadlock.
- DeadlockException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.DeadlockException
-
Constructs a new
DeadlockException
with specified detail message and nestedThrowable
. - DeadlockException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.DeadlockException
-
Constructs a new
DeadlockException
with specified nestedThrowable
. - DEFAULT_CONNECTION_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
"defaults.connection" Key for the configuration
- DEFAULT_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
The key used to configure the name of the default database.
- DEFAULT_MEMORY_LIMIT_PAGES - Statische Variable in Klasse org.apache.torque.util.LargeSelect
-
The default value for the maximum number of pages of data to be retained in memory.
- DEFAULT_PAGE_PROGRESS_TEXT_PATTERN - Statische Variable in Klasse org.apache.torque.util.LargeSelect
-
default MessageFormat pattern for the page progress text
- DEFAULT_POOL_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
"defaults.pool" Key for the configuration
- DEFAULT_RECORD_PROGRESS_TEXT_PATTERN - Statische Variable in Klasse org.apache.torque.util.LargeSelect
-
default MessageFormat pattern for the record progress text
- DEFAULT_SCHEMA_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
default schema name for the configuration
- DEFAULTS_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
"defaults" Key for the configuration
- DEFAULTS_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
"defaults" Key for the configuration
- DELETE - Enum-Konstante in Enumeration org.apache.torque.sql.Query.Type
-
The instance contains the parts of a delete statement.
- DerbyAdapter - Klasse in org.apache.torque.adapter
-
This is used to connect to an embedded Apache Derby Database using the supplied JDBC driver.
- DerbyAdapter() - Konstruktor für Klasse org.apache.torque.adapter.DerbyAdapter
-
Empty constructor.
- DESC - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "DESC".
- dispose() - Methode in Klasse org.apache.torque.avalon.TorqueComponent
- dispose() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Disposes of the manager.
- DISTINCT - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- DISTINCT - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "DISTINCT ".
- doDelete(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Deletes rows from a database table.
- doDelete(Criteria, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Deletes rows from a table.
- doDelete(ObjectKey<?>) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Deletes a row in the database.
- doDelete(ObjectKey<?>, Connection) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Deletes a row in the database.
- doInsert(Column[], Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, String) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, String, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes a insert into...select statement.
- doInsert(ColumnValues) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Inserts a record into a database table.
- doInsert(ColumnValues, Connection) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Method to do inserts.
- doInsert(ColumnValues, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Inserts a record into a database table.
- doInsert(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Method to do inserts
- doInsert(T, Connection) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Method to do inserts.
- doSelect(String) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelect(String, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelect(String, RecordMapper<TT>, String) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelect(String, RecordMapper<TT>, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelect(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects objects from a database.
- doSelect(Criteria, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects objects from a database within a transaction.
- doSelect(Criteria, RecordMapper<TT>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelect(Criteria, RecordMapper<TT>, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Performs a SQL
select
using a PreparedStatement. - doSelect(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Selects objects from the database which have the same content as the passed object.
- doSelectAsStream(String, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelectAsStream(String, RecordMapper<TT>, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects rows from a database an maps them to objects.
- doSelectAsStream(Criteria, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects objects from a database within a transaction.
- doSelectAsStream(Criteria, RecordMapper<TT>, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Performs a SQL
select
using a PreparedStatement. - doSelectSingleRecord(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects at most one object from a database.
- doSelectSingleRecord(Criteria, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects at most one object from a database within a transaction.
- doSelectSingleRecord(Criteria, RecordMapper<TT>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects at most a single row from a database an maps them to objects.
- doSelectSingleRecord(Criteria, RecordMapper<TT>, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Selects at most a single row from a database an maps them to objects.
- doSelectSingleRecord(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Selects at most one object from the database which has the same content as the passed object.
- doubleValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as a double.
- doUpdate(Criteria, ColumnValues) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes an update against the database.
- doUpdate(Criteria, ColumnValues, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Executes an update against the database.
- doUpdate(ColumnValues) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Convenience method used to update rows in the DB.
- doUpdate(ColumnValues, Connection) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Convenience method used to update rows in the DB.
- doUpdate(T) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Updates an object in the database.
- doUpdate(T, Connection) - Methode in Klasse org.apache.torque.util.AbstractPeerImpl
-
Updates an object in the database.
- DRIVER_KEY - Statische Variable in Schnittstelle org.apache.torque.adapter.Adapter
-
Key for the configuration which contains database drivers.
- DSFACTORY_KEY - Statische Variable in Schnittstelle org.apache.torque.dsfactory.DataSourceFactory
-
Key for the configuration which contains DataSourceFactories
- dumpResults(Writer, List<?>, boolean) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Convenience method to dump a summary results list to an output writer in a semi-CSV format.
- DurationConverter - Klasse in org.apache.torque.dsfactory.converters
-
Converter
implementation that handles conversion to and from java.time.Duration objects. - DurationConverter() - Konstruktor für Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Construct a java.time.Duration Converter that throws a
ConversionException
if an error occurs. - DurationConverter(boolean) - Konstruktor für Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Construct a java.time.DurationL Converter that throws a
ConversionException
if an error occurs. - DurationConverter(Object) - Konstruktor für Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Construct a java.time.DurationL Converter that returns a default value if an error occurs.
- DurationConverter(Object, boolean) - Konstruktor für Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Construct a java.time.DurationL Converter that returns a default value if an error occurs.
E
- enableLogging(Logger) - Methode in Klasse org.apache.torque.avalon.TorqueComponent
- entrySet() - Methode in Klasse org.apache.torque.util.ColumnValues
- EnumValueBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression containing an enum object.
- EnumValueBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.EnumValueBuilder
- EQUAL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- EQUAL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "=".
- equals(Object) - Methode in Klasse org.apache.torque.ColumnImpl
- equals(Object) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Checks whether an object is equal to this Criteria.
- equals(Object) - Methode in Klasse org.apache.torque.criteria.Criterion
- equals(Object) - Methode in Klasse org.apache.torque.criteria.FromElement
- equals(Object) - Methode in Klasse org.apache.torque.criteria.Join
-
This method checks another Criteria.Join to see if they contain the same attributes.
- equals(Object) - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
- equals(Object) - Methode in Klasse org.apache.torque.criteria.SqlEnum
-
returns whether o is the same SqlEnum as this object.
- equals(Object) - Methode in Klasse org.apache.torque.manager.MethodCacheKey
- equals(Object) - Methode in Klasse org.apache.torque.om.ComboKey
-
This method will return true if the conditions for a looseEquals are met and in addition no parts of the keys are null.
- equals(Object) - Methode in Klasse org.apache.torque.om.ObjectKey
-
Returns whether this ObjekctKey is equal to another Object.
- equals(Object) - Methode in Klasse org.apache.torque.sql.OrderBy
-
Checks whether two orderBy are equal.
- equals(Object) - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
- equals(Object) - Methode in Klasse org.apache.torque.util.JdbcTypedValue
- ESCAPE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " ESCAPE ".
- escapeText() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
This method is for the SqlExpression.quoteAndEscape rules.
- escapeText() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Determines whether backslashes (\) should be escaped in explicit SQL strings.
- escapeText() - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Whether backslashes (\) should be escaped in explicit SQL strings.
- escapeText() - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
This method is for the SqlExpression.quoteAndEscape rules.
- escapeText() - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Determines whether backslashes (\) should be escaped in explicit SQL strings.
- escapeText() - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
This method is for the SqlExpression.quoteAndEscape rules.
- except(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL EXCEPT between this Criteria and the passed other criteria.
- EXCEPT - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " EXCEPT ".
- EXCEPT_ALL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " EXCEPT ALL ".
- exceptAll(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL EXCEPT between this Criteria and the passed other criteria.
- ExceptionMapper - Klasse in org.apache.torque.util
-
Translates Database Exceptions into TorqueExceptions.
- ExceptionMapper() - Konstruktor für Klasse org.apache.torque.util.ExceptionMapper
- ExceptionMapperImpl - Klasse in org.apache.torque.util
-
Default implementation of the ExceptionMapper interface.
- ExceptionMapperImpl() - Konstruktor für Klasse org.apache.torque.util.ExceptionMapperImpl
- excludeExprColumns() - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Should the results include unnamed columns, e.g.
- execute(ResultSet, T) - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
-
Iterates through the
MappingStrategy.tasks
list and executes each task. - executeStatement(String) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, String, List<JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, String, Map<String, JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Connection, List<JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Connection, Map<String, JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, List<JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Map<String, JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Utility method which executes a given sql statement as prepared statement.
- exists(String) - Methode in Klasse org.apache.torque.oid.IDBroker
F
- FACTORY_KEY - Statische Variable in Schnittstelle org.apache.torque.dsfactory.DataSourceFactory
-
Key for the configuration which contains the fully qualified name of the factory implementation class
- finish(int, boolean) - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
-
Last finishing steps before execute.
- floatValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as a float.
- ForeignKeyMap - Klasse in org.apache.torque.map
-
ForeignKeyMap is used to model a foreign key in a database.
- ForeignKeyMap(TableMap, String) - Konstruktor für Klasse org.apache.torque.map.ForeignKeyMap
-
Constructor.
- ForeignKeyMap(TableMap, TableMap) - Konstruktor für Klasse org.apache.torque.map.ForeignKeyMap
-
Constructor.
- ForeignKeyMap.ColumnPair - Klasse in org.apache.torque.map
-
A pair of local and Foreign column.
- forUpdate() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Sets that FOR UPDATE clause should be added to the query.
- FromElement - Klasse in org.apache.torque.criteria
-
This class describes an Element in the From-part of a SQL clause.
- FromElement(String) - Konstruktor für Klasse org.apache.torque.criteria.FromElement
-
Constructor with join type null and joinCondition null.
- FromElement(String, JoinType, String) - Konstruktor für Klasse org.apache.torque.criteria.FromElement
-
Constructor.
- FromElement(String, JoinType, String, List<Object>) - Konstruktor für Klasse org.apache.torque.criteria.FromElement
-
Constructor.
- FromElement(String, JoinType, PreparedStatementPart) - Konstruktor für Klasse org.apache.torque.criteria.FromElement
-
Constructor.
- FUNCTION_DELIMITERS - Statische Variable in Klasse org.apache.torque.sql.SqlBuilder
-
Delimiters for SQL functions.
G
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
This method is used to generate the database specific query extension to limit the number of record returned.
- generateLimits(Query, long, int) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
This method is used to generate the database specific query extension to limit the number of record returned.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Build Derby-style query with limit or offset.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
Generate a LIMIT limit OFFSET offset clause if offset > 0 or an LIMIT limit clause if limit is > 0 and offset is 0.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Modify a query to add limit and offset values for MSSQL.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
Generate a LIMIT offset, limit clause if offset > 0 or an LIMIT limit clause if limit is > 0 and offset is 0.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
Build Oracle-style query with limit or offset.
- generateLimits(Query, long, int) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
Generate a LIMIT limit OFFSET offset clause if offset > 0 or an LIMIT limit clause if limit is > 0 and offset is 0.
- get(Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.MethodResultCache
-
Get an object from the method cache
- get(Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- get(Object) - Methode in Klasse org.apache.torque.util.ColumnValues
- get(Object) - Methode in Klasse org.apache.torque.util.ListOrderedMapCI
-
Get the object associated with this key.
- getAdapter() - Methode in Klasse org.apache.torque.Database
-
Returns the adapter to this database.
- getAdapter(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns database adapter for a specific connection pool.
- getAdapter(String) - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the database adapter for a specific database name.
- getAdapter(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the database adapter for a specific database.
- getAggregates() - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Get the order map list of aggregate functions to use in summarizing this table's informations.
- getAliases() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get the table aliases.
- getArgument(int) - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Return the object representation of the function parameter at the specified index.
- getArgument(int) - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
- getArgument(int) - Methode in Schnittstelle org.apache.torque.util.functions.SQLFunction
-
Returns the function parameters at index i.
- getArgumentList() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Get the full list of function arguments
- getArguments() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Return all the parameters as an object array.
- getArguments() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
- getArguments() - Methode in Schnittstelle org.apache.torque.util.functions.SQLFunction
-
Return all the parameters as an object array.
- getAsColumns() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get the column aliases.
- getAutoCommit() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getByName(String) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Retrieves a field from the object by name.
- getByPeerName(String) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Retrieves a field from the object by name passed in as a String.
- getByPosition(int) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Retrieves a field from the object by position as specified in a database schema for example.
- getCatalog() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getClassName() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get the classname to instantiate for getInstance()
- getClassName() - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Returns the class name for this InheritanceMap.
- getClientInfo() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getClientInfo(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getColumn() - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Returns the column this inheritance map belongs to.
- getColumn() - Methode in Klasse org.apache.torque.sql.OrderBy
-
Returns the column to order by.
- getColumn() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Returns the column to which this function is applied.
- getColumn() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Returns the column the function is applied to.
- getColumn() - Methode in Schnittstelle org.apache.torque.util.functions.SQLFunction
-
Returns the column to which this function is applied.
- getColumn(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Get a ColumnMap for the named table.
- getColumnMap(Column, Criteria) - Statische Methode in Klasse org.apache.torque.map.MapHelper
-
Returns the column map for a column.
- getColumnName() - Methode in Schnittstelle org.apache.torque.Column
-
Returns the name of the database column (not prefixed by the table name).
- getColumnName() - Methode in Klasse org.apache.torque.ColumnImpl
-
Returns the column name.
- getColumnName() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the name of a column.
- getColumnName() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Returns the column name.
- getColumnName() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Returns the column name.
- getColumns() - Methode in Klasse org.apache.torque.map.ForeignKeyMap
-
Returns the column pairs.
- getColumns() - Methode in Klasse org.apache.torque.map.TableMap
-
Get a ColumnMap[] of the columns in this table.
- getComparison() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Get the comparison.
- getConfiguration() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Get the configuration for this component.
- getConfiguration() - Statische Methode in Klasse org.apache.torque.Torque
-
Get the configuration for this component.
- getConfiguration() - Methode in Klasse org.apache.torque.TorqueInstance
-
Get the configuration for this component.
- getConjunction() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns the conjunction for the parts of this criterion
- getConnection() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
This method returns a Connection from the default pool.
- getConnection() - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns a Connection from the default pool.
- getConnection() - Methode in Klasse org.apache.torque.TorqueInstance
-
This method returns a Connection from the default pool.
- getConnection(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
- getConnection(String) - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns a Connecton using the given database name.
- getConnection(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns a database connection to the database with the key
name
. - getConnection(String, String, String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
This method returns a Connecton using the given parameters.
- getConnection(String, String, String) - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns a Connecton using the given parameters.
- getConnection(String, String, String) - Methode in Klasse org.apache.torque.TorqueInstance
-
This method returns a Connection using the given parameters.
- getCurrentPageNumber() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the number of the current page.
- getCurrentPageResults() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide access to the results from the current page.
- getCurrentPageSize() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provides a count of the number of rows to be displayed on the current page - for the last page this may be less than the configured page size.
- getDatabase(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns the database for the key
databaseName
. - getDatabase(String) - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the database for the given key.
- getDatabase(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the database for the key
databaseName
. - getDatabaseMap() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns the default database map information.
- getDatabaseMap() - Methode in Klasse org.apache.torque.Database
-
Returns the database map for this database.
- getDatabaseMap() - Methode in Klasse org.apache.torque.map.TableMap
-
Get the DatabaseMap containing this TableMap.
- getDatabaseMap() - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the default database map information.
- getDatabaseMap() - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the database map information for the default db.
- getDatabaseMap(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns the database map information.
- getDatabaseMap(String) - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the database map information for a given database.
- getDatabaseMap(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the database map information for the given database name.
- getDatabaseName() - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Get the database name for this instance.
- getDatabases() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns a Map containing all Databases registered to Torque.
- getDatabases() - Statische Methode in Klasse org.apache.torque.Torque
-
Returns a Map containing all Databases registered to Torque.
- getDatabases() - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns a Map containing all Databases registered to Torque.
- getDataSource() - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
- getDataSource() - Methode in Schnittstelle org.apache.torque.dsfactory.DataSourceFactory
- getDataSource() - Methode in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
- getDataSource() - Methode in Klasse org.apache.torque.dsfactory.PerUserPool2DataSourceFactory
- getDataSource() - Methode in Klasse org.apache.torque.dsfactory.SharedPool2DataSourceFactory
- getDataSourceFactory() - Methode in Klasse org.apache.torque.Database
-
Returns the DataSourceFactory for this database.
- getDataSourceFactory(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the DataSourceFactory for the database with the name
name
. - getDbMap() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the database map for this table.
- getDbName() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get the Database name to be used for this criterion.
- getDbName() - Methode in Klasse org.apache.torque.util.ColumnValues
-
Returns the name of the database handle to use for connection opening.
- getDefault() - Methode in Klasse org.apache.torque.map.ColumnMap
-
A string representing the default value defined for this column.
- getDefaultDB() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns the name of the default database.
- getDefaultDB() - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the name of the default database.
- getDefaultDB() - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the name of the default database.
- getDefaultType() - Methode in Klasse org.apache.torque.dsfactory.converters.DurationConverter
-
Return the default type this
Converter
handles. - getDescription() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the column description info.
- getDescription() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the table description info.
- getDisplayString() - Methode in Klasse org.apache.torque.sql.Query
-
Returns a String to display this query.
- getExtends() - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Returns the ancestor class for the class described by this InheritanceMap.
- getFetchSize() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the JDBC statement fetch size to use for queries.
- getFetchSize() - Methode in Klasse org.apache.torque.sql.Query
-
Returns the JDBC statement fetch size to use for queries.
- getFirstRecordNoForPage() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide the record number of the first row included on the current page.
- getForeign() - Methode in Klasse org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Returns the foreign column of the pair.
- getForeignKeyMap() - Methode in Klasse org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Returns the associated foreign key map.
- getForeignKeys() - Methode in Klasse org.apache.torque.map.TableMap
-
Get all foreign keys in the table..
- getForeignTable() - Methode in Klasse org.apache.torque.map.ForeignKeyMap
-
Returns the foreign table of the foreign key.
- getForeignTableName() - Methode in Klasse org.apache.torque.map.ForeignKeyMap
-
Returns name of the foreign table of the foreign key.
- getForUpdate() - Methode in Klasse org.apache.torque.sql.Query
-
Returns the FOR UPDATE clause which should be added to the query.
- getFromClause() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the from buffer in order to specify which tables are involved in this query.
- getFromElements() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get all elements in the from clause of the query.
- getFromExpression() - Methode in Klasse org.apache.torque.criteria.FromElement
-
Returns the fromExpression, which might e.g. be a simple table name or a table name or a subquery with an alias appended.
- getFullTableName() - Methode in Schnittstelle org.apache.torque.Column
-
Returns the table name prefixed with the schema name if it exists.
- getFullTableName() - Methode in Klasse org.apache.torque.ColumnImpl
-
Returns the table name prefixed with the schema name if it exists.
- getFullTableName() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the name of the table this column is in.
- getFullTableName() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Returns the table name prefixed with the schema name if it exists from the function argument(s).
- getFullTableName() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
- getFullTableName(String, String) - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Fully qualify a table name with an optional schema reference.
- getFullyQualifiedTableName() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the fully qualified table name, if available.
- getFunction() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Get the function name to use, e.g.
- getGroupByClause() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the group by columns buffer in order to specify which columns are used to group the results of the query.
- getGroupByColumns() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get all group by columns.
- getGroupByColumns() - Methode in Klasse org.apache.torque.util.SummaryHelper
- getGroupKey() - Methode in Klasse org.apache.torque.manager.MethodCacheKey
-
Return the group key
- getHaving() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get Having Criterion.
- getHaving() - Methode in Klasse org.apache.torque.sql.Query
-
Get the having clause.
- getHoldability() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getId(Connection, Object, RecordMapper<T>) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the last ID used by this connection.
- getIdAsBigDecimal(Connection, Object) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the last ID used by this connection.
- getIdAsBigDecimal(Connection, Object) - Methode in Klasse org.apache.torque.oid.IDBroker
-
Returns an id as a BigDecimal.
- getIdAsBigDecimal(Connection, Object) - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
Returns an id as a BigDecimal.
- getIdAsInt(Connection, Object) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the last ID used by this connection.
- getIdAsInt(Connection, Object) - Methode in Klasse org.apache.torque.oid.IDBroker
- getIdAsInt(Connection, Object) - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
Returns an id as a primitive int.
- getIdAsLong(Connection, Object) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the last ID used by this connection.
- getIdAsLong(Connection, Object) - Methode in Klasse org.apache.torque.oid.IDBroker
- getIdAsLong(Connection, Object) - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
Returns an id as a primitive long.
- getIdAsString(Connection, Object) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the last ID used by this connection.
- getIdAsString(Connection, Object) - Methode in Klasse org.apache.torque.oid.IDBroker
-
Returns an id as a String.
- getIdAsString(Connection, Object) - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
Returns an id as a String.
- getIdBroker() - Methode in Klasse org.apache.torque.Database
-
Get the IDBroker for this database.
- getIdGenerator(IDMethod) - Methode in Klasse org.apache.torque.Database
-
Returns the IdGenerator of the given type for this Database.
- getIdMethod(String) - Statische Methode in Enumeration org.apache.torque.adapter.IDMethod
-
Returns the id method for a id method name.
- getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns SQL used to get the most recently inserted primary key.
- getIDMethodSQL(Object) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Returns SQL used to get the most recently inserted primary key.
- getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Returns the SQL to get the database key of the last row inserted, which in this case is
VALUES IDENTITY_VAL_LOCAL()
. - getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
- getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Returns the last value from an identity column (available on a per-session basis from the global variable
@@identity
). - getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
Returns the SQL to get the database key of the last row inserted, which in this case is
SELECT LAST_INSERT_ID()
. - getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.NoneAdapter
- getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
- getIDMethodSQL(Object) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns the constant from the
IDMethod
interface denoting which type of primary key generation method this type of RDBMS uses. - getIDMethodType() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Returns the constant from the
IDMethod
interface denoting which type of primary key generation method this type of RDBMS uses. - getIDMethodType() - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.NoneAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.OracleAdapter
- getIDMethodType() - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
- getIdSql(Object) - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
Returns the SQL to retrieve the next id.
- getIdTable() - Methode in Klasse org.apache.torque.Database
-
Get the ID table for this database.
- getImpl(MethodCacheKey) - Methode in Klasse org.apache.torque.manager.MethodResultCache
- getImpl(MethodCacheKey) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- getInheritance() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Gets the inheritance type used.
- getInheritanceMap(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the inheritance map with the specified key.
- getInheritanceMaps() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the inheritance information associated with this column,
- getInstance() - Statische Methode in Klasse org.apache.torque.Torque
-
Retrieves the single
TorqueInstance
used by this class. - getInstance() - Statische Methode in Klasse org.apache.torque.util.ExceptionMapper
-
Returns the current instance of the Exception mapper to use.
- getInterestedFields() - Methode in Schnittstelle org.apache.torque.manager.CacheListener
-
Get the list of fields we are listening for
- getJavaName() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Gets the Java Name for this column as defined in XML or created by generator code.
- getJavaName() - Methode in Klasse org.apache.torque.map.TableMap
-
Get the Java name of the table as defined in XML.
- getJavaNamingMethod() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the Java naming method for this column.
- getJavaType() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the java type of this column.
- getJdbcType() - Methode in Klasse org.apache.torque.om.BooleanKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.om.ComboKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.om.DateKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.om.ObjectKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.om.StringKey
-
Returns the JDBC type of the key as defined in
java.sql.Types
. - getJdbcType() - Methode in Klasse org.apache.torque.util.JdbcTypedValue
-
Returns the JDBC type as in
java.sql.Types
. - getJoinCondition() - Methode in Klasse org.apache.torque.criteria.FromElement
-
Returns the join condition.
- getJoinCondition() - Methode in Klasse org.apache.torque.criteria.Join
- getJoins() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get the List of Joins.
- getJoinType() - Methode in Klasse org.apache.torque.criteria.FromElement
-
Returns the join type.
- getJoinType() - Methode in Klasse org.apache.torque.criteria.Join
- getKey() - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Returns the key by which this inheritanceMap is activated.
- getLastRecordNoForPage() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide the record number of the last row included on the current page.
- getLeftTable() - Methode in Klasse org.apache.torque.criteria.Join
- getLimit() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get the upper limit for the number of records returned by a query.
- getLimit() - Methode in Klasse org.apache.torque.sql.Query
-
Get the limit number.
- getLocal() - Methode in Klasse org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Returns the local column of the pair.
- getLogger() - Methode in Klasse org.apache.torque.avalon.TorqueComponent
-
Convenience method to provide the Avalon logger the way AbstractLogEnabled does.
- getLValue() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Get the left hand side value of the comparison.
- getLValue() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns the value on the left hand side of the operator of the expression.
- getManager(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
This method returns a Manager for the given name.
- getManager(String) - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns a Manager for the given name.
- getManager(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
This method returns a Manager for the given name.
- getManager(String, String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
- getManager(String, String) - Statische Methode in Klasse org.apache.torque.Torque
-
This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
- getManager(String, String) - Methode in Klasse org.apache.torque.TorqueInstance
-
This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
- getManagerClass() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the manager class for this table.
- getMemoryPageLimit() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieves the multiplier that will be used to compute the memory limit when a constructor with no memory page limit is used - the memory limit will be this number multiplied by the page size.
- getMetaData() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getMethodResultCache() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get the object usable for result caching
- getName() - Methode in Klasse org.apache.torque.Database
-
Rturns the name of the database.
- getName() - Methode in Klasse org.apache.torque.map.DatabaseMap
-
The name of the database to which this database map belongs.
- getName() - Methode in Klasse org.apache.torque.map.TableMap
-
Get the name of the Table, not prefixed by a possible schema name
- getNetworkTimeout() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getNextIds(String, int) - Methode in Klasse org.apache.torque.oid.IDBroker
-
This method returns x number of ids for the given table.
- getNextIds(String, int, Connection) - Methode in Klasse org.apache.torque.oid.IDBroker
-
This method returns x number of ids for the given table.
- getNextResults() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Gets the next page of rows.
- getNextResultsAvailable() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Indicates if further result pages are available.
- getNumberOfCompareOperands() - Methode in Klasse org.apache.torque.criteria.SqlEnum
-
Returns the number of operands, if the SqlEnum is a comparison operator.
- getObjectOrColumnPsPartBuilder() - Statische Methode in Klasse org.apache.torque.sql.whereclausebuilder.AbstractWhereClausePsPartBuilder
-
Returns the ObjectPsPartBuilder to use for single values or columns.
- getOffset() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get how many records should be skipped at the start of the result.
- getOffset() - Methode in Klasse org.apache.torque.sql.Query
-
Get the offset number.
- getOMClass() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get the Class instance
- getOMClass() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the OM class for this table.
- getOMInstance() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get a fresh instance of an om
- getOMInstance(ObjectKey<?>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Return an instance of an om based on the id
- getOMInstance(ObjectKey<?>, boolean) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Return an instance of an om based on the id
- getOMs(List<? extends ObjectKey<?>>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Gets a list of om's based on id's.
- getOMs(List<? extends ObjectKey<?>>, boolean) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Gets a list of om's based on id's.
- getOMs(ObjectKey<?>...) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Gets a list of om's based on id's.
- getOperator() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns the value on the operator of the expression.
- getOption(String) - Methode in Klasse org.apache.torque.map.OptionSupport
-
Returns the value of an option.
- getOptions() - Methode in Klasse org.apache.torque.map.OptionSupport
-
Returns an unmodifiable map of all options.
- getOrCreateDatabase(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Returns the database for the key
databaseName
. - getOrCreateDatabase(String) - Statische Methode in Klasse org.apache.torque.Torque
-
Returns the database for the key
databaseName
. - getOrCreateDatabase(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Returns the database for the key
databaseName
. - getOrder() - Methode in Klasse org.apache.torque.sql.OrderBy
-
Returns the order to order by (ASC or DESC).
- getOrderByClause() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the order by columns buffer in order to specify which columns are used to sort the results of the query.
- getOrderByColumns() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Get all order by columns.
- getPage(int) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve a specific page, if it exists.
- getPageProgressText() - Methode in Klasse org.apache.torque.util.LargeSelect
-
A convenience method that provides text showing progress through the selected rows on a page basis.
- getPageProgressTextPattern() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the MessageFormat pattern for the page progress The default is
- getPageSize() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the page size.
- getPaginated() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide an indication of whether or not paging of results will be required.
- getPartOperator() - Methode in Klasse org.apache.torque.sql.Query
-
Returns the operator connecting the query parts.
- getParts() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns the parts of which this criterion consists.
- getParts() - Methode in Klasse org.apache.torque.sql.Query
-
Returns the parts of this query.
- getPeerClass() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the Peer Class for this table.
- getPeerInstance(Class<T>) - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns a PeerImpl for the given class.
- getPeerInstance(Class<T>) - Methode in Klasse org.apache.torque.TorqueInstance
-
This method returns a PeerImpl for the given class.
- getPosition() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the position (one based) of this column in the table.
- getPostLimit() - Methode in Klasse org.apache.torque.sql.Query
-
Get the Post limit String.
- getPrefix() - Methode in Klasse org.apache.torque.map.TableMap
-
Get table prefix name.
- getPreLimit() - Methode in Klasse org.apache.torque.sql.Query
-
Get the Pre limit String.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns the prepared statement replacements for a verbatim sql condition.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.criteria.FromElement
-
Returns the replacements for prepared statement placeholders in the fromExpression.
- getPreparedStatementReplacements() - Methode in Schnittstelle org.apache.torque.criteria.PreparedStatementPart
-
Returns the list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Returns the list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.objectbuilder.PreparedStatementPartForSubselect
-
Returns the list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.Query
-
Returns all preparedStatementReplacements in the query.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Returns the list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.NoReplacementsPreparedStatementPart
-
Returns the empty list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.OnlyReplacementsPreparedStatementPart
-
Returns the list of prepared statement replacements.
- getPreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns the values for the placeholders in the verbatim sql condition.
- getPreviousResults() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Gets the previous page of rows.
- getPreviousResultsAvailable() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Indicates if previous results pages are available.
- getPrimaryKey() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns the single primary key of this table, if it exists
- getPrimaryKey() - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
getter for the object primaryKey.
- getPrimaryKeyMethod() - Methode in Klasse org.apache.torque.map.TableMap
-
Get the method used to generate primary keys for this table.
- getPrimaryKeyMethodInfo(IDMethod) - Methode in Klasse org.apache.torque.map.TableMap
-
Get the information used to generate a primary key
- getQuantity(String) - Methode in Klasse org.apache.torque.oid.IDBroker
-
Returns the quantity value for a table.
- getRecordMapper() - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Get the record mapper for this instance.
- getRecordProgressText() - Methode in Klasse org.apache.torque.util.LargeSelect
-
A convenience method that provides text showing progress through the selected rows on a record basis.
- getRecordProgressTextPattern() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the MessageFormat pattern for the record progress The default is
- getRegion() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Get the cache region used for JCS.
- getRightTable() - Methode in Klasse org.apache.torque.criteria.Join
- getRowcount() - Methode in Klasse org.apache.torque.sql.Query
-
Get the rowcount number.
- getRValue() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Get the right hand side value of the comparison.
- getRValue() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns the value on the right hand side of the operator of the expression.
- getScale() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Gets the scale set for this column (if any) as set in the XML database definition.
- getSchema() - Methode in Klasse org.apache.torque.Database
-
Returns the database schema for this Database.
- getSchema() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getSchema(String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
This method returns the current schema for a database connection
- getSchema(String) - Statische Methode in Klasse org.apache.torque.Torque
-
This method returns the current schema for a database connection
- getSchema(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
This method returns the current schema for a database connection
- getSchemaName() - Methode in Schnittstelle org.apache.torque.Column
-
Returns the name of any fixed schema prefix for the column's table (if any).
- getSchemaName() - Methode in Klasse org.apache.torque.ColumnImpl
-
Returns the name of any fixed schema prefix for the column's table (if any).
- getSchemaName() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the name of the schema of the table this column is in.
- getSchemaName() - Methode in Klasse org.apache.torque.map.TableMap
-
Get the schema to which the table belongs to.
- getSchemaName() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Returns the name of any fixed schema prefix for the column's table (if any) from the function argument(s).
- getSchemaName() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
- getSearchParam(String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve a search parameter.
- getSearchParam(String, String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve a search parameter.
- getSelectClause() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the columns buffer in order to specify which columns are returned in this query.
- getSelectColumns() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Return all select columns.
- getSelectModifiers() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Return all select modifiers.
- getSelectModifiers() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the modifier buffer in order to add modifiers to this query.
- getSetCriteriaParts() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Return the parts of the criteria which compose a query using set operations (union, except, intersect).
- getSetOperator() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the operator between the set operations.
- getSize() - Methode in Klasse org.apache.torque.map.ColumnMap
-
The "precision" value from the XML size="<precision>[,<scale>]" attribute.
- getSql() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns the verbatim sql for this condition.
- getSql() - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Returns the SQL of the part.
- getSql() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns the verbatim sql for this expression, if any.
- getSqlAsString() - Methode in Schnittstelle org.apache.torque.criteria.PreparedStatementPart
-
Returns the SQL of the part as String.
- getSqlAsString() - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Returns the SQL of the part as String.
- getSqlAsString() - Methode in Klasse org.apache.torque.sql.objectbuilder.PreparedStatementPartForSubselect
-
Returns the SQL of the part as String.
- getSqlAsString() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CombinedPreparedStatementPart
-
Returns the SQL of the part as String.
- getSqlAsString() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.NoReplacementsPreparedStatementPart
-
Returns the SQL of the part as String.
- getSqlAsString() - Methode in Klasse org.apache.torque.sql.whereclausebuilder.OnlyReplacementsPreparedStatementPart
-
returns the empty sql.
- getSqlExpression() - Methode in Schnittstelle org.apache.torque.Column
-
Returns the SQL expression for the column, qualified by the table name but not by the schema name.
- getSqlExpression() - Methode in Klasse org.apache.torque.ColumnImpl
-
Returns the SQL expression for the column, qualified by the table name but not by the schema name.
- getSqlExpression() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the SQL expression for the fully qualified column name.
- getSqlExpression() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
This should return the SQL string that can be used when constructing the query.
- getSqlExpression() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Generate the SQL for this function.
- getSqlExpression() - Methode in Klasse org.apache.torque.util.JdbcTypedValue
-
Returns the sqlExpression to use instead of the value.
- getStringDelimiter() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns the character used to indicate the beginning and end of a piece of text used in a SQL statement (generally a single quote).
- getStringDelimiter() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Returns the character used to indicate the beginning and end of a piece of text used in a SQL statement (generally a single quote).
- getSubselectForAlias(String) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the subselect associated with an alias.
- getTable() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns the map for the table this column belongs to.
- getTable() - Methode in Klasse org.apache.torque.map.ForeignKeyMap
-
Returns the local table of the foreign key.
- getTable(String) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Get a TableMap for the table by name.
- getTableForAlias(String) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the database table name associated with an alias.
- getTableMap() - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Get the default table map for this instance.
- getTableMap(Object, Criteria, TableMap) - Statische Methode in Klasse org.apache.torque.map.MapHelper
-
Returns the table map for a table name.
- getTableMap(String, String) - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Returns the table map for a table.
- getTableName() - Methode in Schnittstelle org.apache.torque.Column
-
Returns the name of the associated table (not prefixed by the schema name).
- getTableName() - Methode in Klasse org.apache.torque.ColumnImpl
-
Returns the table name.
- getTableName() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the name of the table this column is in.
- getTableName() - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Returns the name of the associated table (not prefixed by the schema name) from the function argument(s).
- getTableName() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
- getTables() - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Get a TableMap[] of all of the tables in the database.
- getTopLevelCriterion() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the top level Criterion.
- getTorqueType() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the name of the Torque type of this column.
- getTotalPages() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the total number of pages of search results that are known to exist (this will be the actual value when the query has completeted (see
getQyeryCompleted()
). - getTotalRecords() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Retrieve the total number of search result records that are known to exist (this will be the actual value when the query has completed (see
getTotalsFinalized()
). - getTotalsFinalized() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide access to indicator that the total values for the number of records and pages are now accurate as opposed to known upper limits.
- getTransactionIsolation() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getTransactionManager() - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Returns the current transaction manager.
- getType() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Get the type of this column.
- getType() - Methode in Klasse org.apache.torque.sql.Query
-
Returns the type of this SQL statement.
- getTypeMap() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getUnqualifiedName(String, String) - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Unqualify a table or column name.
- getUpdateLockClause() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns the clause which acquires a write lock on a row when doing a select.
- getUpdateLockClause() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Returns the clause which acquires a write lock on a row when doing a select.
- getUpdateLockClause() - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Returns the clause which acquires a write lock on a row when doing a select.
- getUpdateValues() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the values to update to in case of an update statement.
- getValue() - Methode in Klasse org.apache.torque.om.ObjectKey
-
Get the underlying object.
- getValue() - Methode in Klasse org.apache.torque.util.JdbcTypedValue
-
Returns the value.
- getWarnings() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- getWhereClause() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieve the where buffer in order to specify the selection criteria E.g. column_a=?.
- getWhereClausePreparedStatementReplacements() - Methode in Klasse org.apache.torque.sql.Query
-
Retrieves the replacements which are inserted into prepared statement placeholders in the where clause.
- getWhereClausePsPartBuilders() - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Returns the Builders which are responsible to render single where clause conditions.
- getWrappedValue(Object) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.EnumValueBuilder
- GREATER_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- GREATER_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression ">=".
- GREATER_THAN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- GREATER_THAN - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression ">".
- groupCache - Variable in Klasse org.apache.torque.manager.AbstractBaseManager
-
used to cache the method result objects. cache is set by the region property
- guessFullTableFromCriteria(Criteria) - Statische Methode in Klasse org.apache.torque.sql.SqlBuilder
-
Guesses a table name from a criteria by inspecting the first column in the criteria.
H
- hashCode() - Methode in Klasse org.apache.torque.ColumnImpl
- hashCode() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns the hash code value for this Criteria.
- hashCode() - Methode in Klasse org.apache.torque.criteria.Criterion
- hashCode() - Methode in Klasse org.apache.torque.criteria.FromElement
- hashCode() - Methode in Klasse org.apache.torque.criteria.Join
-
Returns the hash code value for this Join.
- hashCode() - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
- hashCode() - Methode in Klasse org.apache.torque.criteria.SqlEnum
-
returns a hashcode for this object which is consistent with equals()
- hashCode() - Methode in Klasse org.apache.torque.manager.MethodCacheKey
- hashCode() - Methode in Klasse org.apache.torque.om.ComboKey
-
if the underlying key array is not null and the first element is not null this method returns the hashcode of the first element in the key.
- hashCode() - Methode in Klasse org.apache.torque.om.ObjectKey
-
Returns the hashcode of the underlying value (key), if key is not null.
- hashCode() - Methode in Klasse org.apache.torque.sql.OrderBy
- hashCode() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
- hashCode() - Methode in Klasse org.apache.torque.util.JdbcTypedValue
- hasLimit() - Methode in Klasse org.apache.torque.sql.Query
-
True if this query has a limit clause registered.
- hasResultsAvailable() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Indicates if any results are available.
- HsqldbAdapter - Klasse in org.apache.torque.adapter
-
This is used to connect to Hsqldb databases.
- HsqldbAdapter() - Konstruktor für Klasse org.apache.torque.adapter.HsqldbAdapter
-
Constructor.
I
- ID_BROKER - Enum-Konstante in Enumeration org.apache.torque.adapter.IDMethod
-
Key generation via the IDBroker table.
- ID_GENERATOR_METHODS - Statische Variable in Klasse org.apache.torque.oid.IDGeneratorFactory
-
The list of ID generation method types which have associated
IdGenerator
implementations. - ID_TABLE - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Name of the ID_TABLE = ID_TABLE
- IDBroker - Klasse in org.apache.torque.oid
-
This method of ID generation is used to ensure that code is more database independent.
- IDBroker(Database) - Konstruktor für Klasse org.apache.torque.oid.IDBroker
-
Constructs an IdBroker for the given Database.
- IdGenerator - Schnittstelle in org.apache.torque.oid
-
Interface to be implemented by id generators.
- IDGeneratorFactory - Klasse in org.apache.torque.oid
-
A factory which instantiates
IdGenerator
implementations. - IDMethod - Enum in org.apache.torque.adapter
-
Interface for various ID retrieval method types (i.e. auto-increment, sequence, ID broker, etc.).
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Wraps the input string in a database function to change it to a case-insensitive representation.
- ignoreCase(String) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Wraps the input string in a database function to change it to a case-insensitive representation.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
This method is used to ignore case.
- ignoreCase(String) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
This method is used to ignore case.
- ignoreCaseInOrderBy(String) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
This method is used to ignore case in an ORDER BY clause.
- ignoreCaseInOrderBy(String) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
This method is used to ignore case in an ORDER BY clause.
- ILIKE - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- ILIKE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " ILIKE ".
- IN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- IN - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " IN ".
- InBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.
- InBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.InBuilder
- InheritanceMap - Klasse in org.apache.torque.map
-
InheritanceMap is used to model OM inheritance classes.
- InheritanceMap(ColumnMap, String, String, String) - Konstruktor für Klasse org.apache.torque.map.InheritanceMap
-
Create an inheritance map object.
- init(Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.MethodCacheKey
-
Initialize the key
- init(String) - Statische Methode in Klasse org.apache.torque.Torque
-
Initialization of Torque with a path to a properties file.
- init(String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Initialization of Torque with a path to a properties or xml file.
- init(Configuration) - Statische Methode in Klasse org.apache.torque.Torque
-
Initialization of Torque with a configuration.
- init(Configuration) - Methode in Klasse org.apache.torque.TorqueInstance
-
Initialization of Torque with a Configuration object.
- INIT_CLASS_NAME_FORMAT - Statische Variable in Klasse org.apache.torque.map.DatabaseMap
-
Format used to create create the class name for initializing a DB specific map
- initCPDS(Configuration, ConnectionPoolDataSource) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
Initializes the ConnectionPoolDataSource.
- initialize() - Methode in Klasse org.apache.torque.avalon.TorqueComponent
- initialize() - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Fully populate this DatabaseMap with all the TablesMaps.
- initialize(Configuration) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
Initialize the factory.
- initialize(Configuration) - Methode in Schnittstelle org.apache.torque.dsfactory.DataSourceFactory
-
Initialize the factory.
- initialize(Configuration) - Methode in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
- initialize(Configuration) - Methode in Klasse org.apache.torque.dsfactory.PerUserPool2DataSourceFactory
- initialize(Configuration) - Methode in Klasse org.apache.torque.dsfactory.SharedPool2DataSourceFactory
- initJdbc2Pool(DataSource, Configuration) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
Initializes the Jdbc2PoolDataSource.
- initManagerMappings(Configuration) - Methode in Klasse org.apache.torque.TorqueInstance
-
Creates a mapping between classes and their manager classes.
- INNER_JOIN - Enum-Konstante in Enumeration org.apache.torque.criteria.JoinType
-
SQL Expression " INNER JOIN ".
- INNER_JOIN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"INNER JOIN" SQL statement
- IntegerMapper - Klasse in org.apache.torque.om.mapper
-
Maps a database record to a Integer.
- IntegerMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.IntegerMapper
-
Constructs a IntegerMapper with an offset of 0.
- IntegerMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.IntegerMapper
-
Constructs a IntegerMapper with the given offset.
- intersect(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL INTERSECT between this Criteria and the passed other criteria.
- INTERSECT - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " INTERSECT ".
- INTERSECT_ALL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " INTERSECT ALL ".
- intersectAll(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL INTERSECT ALL between this Criteria and the passed other criteria.
- intValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as an int.
- invalidateResult() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Clear the query result so that the query is re-executed when the next page is retrieved.
- isAllSet() - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.CurrentDateTimePsPartBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.EnumValueBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.InBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.LikeBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.NullValueBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.StandardBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Klasse org.apache.torque.sql.whereclausebuilder.VerbatimSqlConditionBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isApplicable(WhereClauseExpression, Adapter) - Methode in Schnittstelle org.apache.torque.sql.whereclausebuilder.WhereClausePsPartBuilder
-
Returns whether this WhereClausePsPartBuilder is applicable for a given WhereClauseExpression.
- isAutoIncrement() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns whether this column is an autoincrement column.
- isClosed() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- isCommitted() - Methode in Schnittstelle org.apache.torque.util.TorqueConnection
-
Has Transaction.commit() been called successfully on this connection?
- isCommitted() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
-
Has Transaction.commit() been called successfully on this connection?
- isComposite() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns whether this Criteria is a composite criteria, i.e. is composed from more than one Criteria related by set operations (e.g. union, except, intersect)..
- isComposite() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns whether this criterion is a composite criterion.
- isConnectionRequired() - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
A flag to determine whether a Connection is required to generate an id.
- isConnectionRequired() - Methode in Klasse org.apache.torque.oid.AutoIncrementIdGenerator
-
A flag to determine whether a Connection is required to generate an id.
- isConnectionRequired() - Methode in Klasse org.apache.torque.oid.IDBroker
-
A flag to determine whether a Connection is required to generate an id.
- isConnectionRequired() - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
A flag to determine whether a Connection is required to generate an id.
- isConnectionRequired() - Methode in Klasse org.apache.torque.oid.SequenceIdGenerator
-
A flag to determine whether a Connection is required to generate an id.
- isDistinct() - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Should the column have DISTINCT added in front of it?
- isEmpty() - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
- isEmpty() - Methode in Klasse org.apache.torque.util.ColumnValues
- isForUpdate() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns whether a FOR UPDATE clause is added.
- isGetGeneratedKeysSupported() - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
A flag to determine whether Statement#getGeneratedKeys() should be used.
- isGetGeneratedKeysSupported() - Methode in Klasse org.apache.torque.oid.AutoIncrementIdGenerator
-
A flag to determine whether Statement#getGeneratedKeys() should be used.
- isGetGeneratedKeysSupported() - Methode in Klasse org.apache.torque.oid.IDBroker
-
A flag to determine whether Statement#getGeneratedKeys() should be used.
- isGetGeneratedKeysSupported() - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
A flag to determine whether Statement#getGeneratedKeys() should be used.
- isGetGeneratedKeysSupported() - Methode in Klasse org.apache.torque.oid.SequenceIdGenerator
-
A flag to determine whether Statement#getGeneratedKeys() should be used.
- isIgnoreCase() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns whether case should be ignored in where clauses and order by whenever String columns are encountered.
- isIgnoreCase() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Is ignore case on or off?
- isIgnoreCase() - Methode in Klasse org.apache.torque.sql.OrderBy
-
Returns whether case should be ignored for String columns.
- isInit() - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Determine whether Torque has already been initialized.
- isInit() - Statische Methode in Klasse org.apache.torque.Torque
-
Determine whether Torque has already been initialized.
- isInit() - Methode in Klasse org.apache.torque.TorqueInstance
-
Determine whether Torque has already been initialized.
- isModified() - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Returns whether the object has been modified, since it was last retrieved from storage.
- isNew() - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Returns whether the object has ever been saved.
- isNotNull() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Is null value allowed ?
- ISNOTNULL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"IS NOT NULL" null comparison
- ISNOTNULL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " IS NOT NULL".
- ISNULL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"IS NULL" null comparison
- ISNULL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " IS NULL".
- isPk() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns whether this column is a primary key.
- isPostInsert() - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
A flag to determine the timing of the id generation
- isPostInsert() - Methode in Klasse org.apache.torque.oid.AutoIncrementIdGenerator
-
A flag to determine the timing of the id generation
- isPostInsert() - Methode in Klasse org.apache.torque.oid.IDBroker
-
A flag to determine the timing of the id generation
- isPostInsert() - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
A flag to determine the timing of the id generation
- isPostInsert() - Methode in Klasse org.apache.torque.oid.SequenceIdGenerator
-
A flag to determine the timing of the id generation
- isPrimaryKey() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Is this column a primary key?
- isPriorToInsert() - Methode in Klasse org.apache.torque.oid.AbstractIdGenerator
-
A flag to determine the timing of the id generation
- isPriorToInsert() - Methode in Klasse org.apache.torque.oid.AutoIncrementIdGenerator
-
A flag to determine the timing of the id generation
- isPriorToInsert() - Methode in Klasse org.apache.torque.oid.IDBroker
-
A flag to determine the timing of the id generation *
- isPriorToInsert() - Methode in Schnittstelle org.apache.torque.oid.IdGenerator
-
A flag to determine the timing of the id generation
- isPriorToInsert() - Methode in Klasse org.apache.torque.oid.SequenceIdGenerator
-
A flag to determine the timing of the id generation
- isProtected() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns whether getters and setters are generated with the access modifier "protected" rather than "public".
- isReadOnly() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- isRolledBack() - Methode in Schnittstelle org.apache.torque.util.TorqueConnection
-
Has Transaction.rollback() been called successfully on this connection?
- isRolledBack() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
-
Has Transaction.rollback() been called successfully on this connection?
- isSingleRecord() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Returns whether the check that a query returns exactly one record is active.
- isThreadRunning() - Methode in Klasse org.apache.torque.oid.IDBroker
-
Returns whether the idbroker thread is running.
- isUseInheritance() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns whether this column uses inheritance subclasses.
- isUseInheritance() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns whether this table uses inheritance.
- isUseManager() - Methode in Klasse org.apache.torque.map.TableMap
-
Returns whether managers are used for this table.
- isUsePrimitive() - Methode in Klasse org.apache.torque.map.ColumnMap
-
Returns whether this column uses primitive values rather than objects.
- isValid(int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- isVerbatimSqlCondition() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Returns whether this Criterion represents a verbatim sql condition.
- isVerbatimSqlCondition() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Returns whether this expression represents a verbatim sql condition.
- isWrapperFor(Class<?>) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
J
- javanameMethod(String) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Converts a database schema name to java object name.
- JdbcTypedValue - Klasse in org.apache.torque.util
-
A value for a column, with the JDBC type if it is an explicit value.
- JdbcTypedValue(Object, int) - Konstruktor für Klasse org.apache.torque.util.JdbcTypedValue
-
Constructs a JdbcTypedValue with a value and a type.
- JdbcTypedValue(Column) - Konstruktor für Klasse org.apache.torque.util.JdbcTypedValue
-
Constructs a JdbcTypedValue with a verbatim SQL.
- JNDI_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Key for the configuration which contains jndi properties.
- JndiDataSourceFactory - Klasse in org.apache.torque.dsfactory
-
A factory that looks up the DataSource from JNDI.
- JndiDataSourceFactory() - Konstruktor für Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
- Join - Klasse in org.apache.torque.criteria
-
Data object to describe a join between two tables, for example
- Join(Column, Column, SqlEnum, JoinType) - Konstruktor für Klasse org.apache.torque.criteria.Join
-
Constructor with the comparison operator.
- Join(PreparedStatementPart, PreparedStatementPart, Criterion, JoinType) - Konstruktor für Klasse org.apache.torque.criteria.Join
-
Constructor.
- JOIN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- JOIN - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "JOIN".
- JoinBuilder - Klasse in org.apache.torque.sql
-
Generates SQL for joins.
- JoinType - Enum in org.apache.torque.criteria
-
The possible explicit join types.
K
- keyFor(double) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(int) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(long) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(Boolean) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(Number) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(String) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(BigDecimal) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(Date) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(DateKey) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(NumberKey) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keyFor(StringKey) - Statische Methode in Klasse org.apache.torque.om.SimpleKey
-
Creates an ObjectKey for the key object.
- keySet() - Methode in Klasse org.apache.torque.util.ColumnValues
L
- LargeSelect<T> - Klasse in org.apache.torque.util
-
This class can be used to retrieve a large result set from a database query.
- LargeSelect(Criteria, int, int, BasePeerImpl<T>) - Konstruktor für Klasse org.apache.torque.util.LargeSelect
-
Creates a LargeSelect whose results are returned as a
List
containing a maximum ofpageSize
objects of the type T at a time, maintaining a maximum ofmemoryPageLimit
pages of results in memory. - LargeSelect(Criteria, int, BasePeerImpl<T>) - Konstruktor für Klasse org.apache.torque.util.LargeSelect
-
Creates a LargeSelect whose results are returned as a
List
containing a maximum ofpageSize
objects of the type defined within the class namedreturnBuilderClassName
at a time, maintaining a maximum ofLargeSelect.memoryPageLimit
pages of results in memory. - LEFT_JOIN - Enum-Konstante in Enumeration org.apache.torque.criteria.JoinType
-
SQL Expression " LEFT JOIN ".
- LEFT_JOIN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"LEFT JOIN" SQL statement
- LESS_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- LESS_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "<=".
- LESS_THAN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- LESS_THAN - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "<".
- LIKE - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- LIKE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " LIKE ".
- LikeBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.
- LikeBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.LikeBuilder
- ListOrderedMapCI<T> - Klasse in org.apache.torque.util
-
A subclass of LinkedHashMap that has case insensitive String key methods.
- ListOrderedMapCI() - Konstruktor für Klasse org.apache.torque.util.ListOrderedMapCI
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
Locks the specified table.
- lockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
Locks the specified table.
- log - Statische Variable in Klasse org.apache.torque.manager.AbstractBaseManager
-
the log
- log - Statische Variable in Klasse org.apache.torque.sql.SqlBuilder
-
Logging
- LongMapper - Klasse in org.apache.torque.om.mapper
-
Maps a database record to a Long.
- LongMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.LongMapper
-
Constructs a LongMapper with an offset of 0.
- LongMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.LongMapper
-
Constructs a LongMapper with the given offset.
- longValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as a long.
- looseEquals(Object) - Methode in Klasse org.apache.torque.om.ComboKey
-
keyObj is equal to this ComboKey if keyObj is a ComboKey, String, ObjectKey[], or String[] that contains the same information this key contains.
M
- MANAGER_PREFIX - Statische Variable in Klasse org.apache.torque.Torque
-
A prefix for
Manager
properties in the configuration. - MANAGER_SUFFIX - Statische Variable in Klasse org.apache.torque.Torque
-
A
Service
property determining its implementing class name . - MapHelper - Klasse in org.apache.torque.map
-
Utility methods for Database, Table and Column Maps.
- MappingStrategy<T> - Klasse in org.apache.torque.om.mapper
-
Mapping strategy used in processRow method of generated mappers.
- MappingStrategy() - Konstruktor für Klasse org.apache.torque.om.mapper.MappingStrategy
- Max - Klasse in org.apache.torque.util.functions
-
SQL99 Standard max function.
- Max(String) - Konstruktor für Klasse org.apache.torque.util.functions.Max
-
Construct an MAX function class with an SQL expression to calculate the maximum from.
- Max(Column) - Konstruktor für Klasse org.apache.torque.util.functions.Max
-
Construct an MAX function class with the column to calculate the maximum from.
- Max(Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.Max
-
Construct an MAX function class with the column to calculate the maximum from and possibly a distinct modifier.
- MethodCacheKey - Klasse in org.apache.torque.manager
-
The key for the MethodResultCache.
- MethodCacheKey() - Konstruktor für Klasse org.apache.torque.manager.MethodCacheKey
- MethodCacheKey(Serializable, String, Serializable...) - Konstruktor für Klasse org.apache.torque.manager.MethodCacheKey
-
Construct key
- MethodResultCache - Klasse in org.apache.torque.manager
-
This class provides a cache for convenient storage of method results.
- MethodResultCache() - Konstruktor für Klasse org.apache.torque.manager.MethodResultCache
-
Allows subclasses to have ctors that do not require a cache.
- MethodResultCache(GroupCacheAccess<MethodCacheKey, Object>) - Konstruktor für Klasse org.apache.torque.manager.MethodResultCache
-
Constructor
- Min - Klasse in org.apache.torque.util.functions
-
SQL99 Standard min function.
- Min(String) - Konstruktor für Klasse org.apache.torque.util.functions.Min
-
Construct an MIN function class with an SQL expression to calculate the minimum from.
- Min(Column) - Konstruktor für Klasse org.apache.torque.util.functions.Min
-
Construct an MIN function class with the column to calculate the minimum from.
- Min(Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.Min
-
Construct an MIN function class with the column to calculate the minimum from and possibly a distinct modifier.
- MINUS - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " MINUS ".
- MINUS_ALL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " MINUS ALL ".
- mrCache - Variable in Klasse org.apache.torque.manager.AbstractBaseManager
-
method results cache
- MssqlAdapter - Klasse in org.apache.torque.adapter
-
This is used to connect to a MSSQL database.
- MssqlAdapter() - Konstruktor für Klasse org.apache.torque.adapter.MssqlAdapter
-
Empty constructor.
- MysqlAdapter - Klasse in org.apache.torque.adapter
-
This is used in order to connect to a MySQL database using the MM drivers.
- MysqlAdapter() - Konstruktor für Klasse org.apache.torque.adapter.MysqlAdapter
-
Empty protected constructor.
N
- NATIVE - Enum-Konstante in Enumeration org.apache.torque.adapter.IDMethod
-
Key generation via database-specific ID method (i.e. auto-increment for MySQL, sequence for Oracle, etc.).
- nativeSQL(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- NEXT_ID - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Fully qualified Next_ID column name
- NO_ID_METHOD - Enum-Konstante in Enumeration org.apache.torque.adapter.IDMethod
-
No RDBMS key generation (keys may be generated by the application).
- NoneAdapter - Klasse in org.apache.torque.adapter
-
This DatabaseHandler is used when you do not have a database installed.
- NoneAdapter() - Konstruktor für Klasse org.apache.torque.adapter.NoneAdapter
-
Empty protected constructor.
- NoOpMethodResultCache - Klasse in org.apache.torque.manager
-
This class provides a no-op cache for convenient storage of method results
- NoOpMethodResultCache(GroupCacheAccess<MethodCacheKey, Object>) - Konstruktor für Klasse org.apache.torque.manager.NoOpMethodResultCache
- NoReplacementsPreparedStatementPart - Klasse in org.apache.torque.sql.whereclausebuilder
-
A PreparedStatementPart which only contains SQL and no replacements.
- NoReplacementsPreparedStatementPart(String) - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.NoReplacementsPreparedStatementPart
-
Constructor.
- normalizeName(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Makes sure that the column names don't include table prefixes.
- NoRowsException - Ausnahmeklasse in org.apache.torque
-
This exception indicates that no rows were returned but at least one should have been returned.
- NoRowsException() - Konstruktor für Ausnahmeklasse org.apache.torque.NoRowsException
-
Constructs a new
TorqueException
without specified detail message. - NoRowsException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.NoRowsException
-
Constructs a new
TorqueException
with specified detail message. - NoRowsException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.NoRowsException
-
Constructs a new
TorqueException
with specified detail message and nestedThrowable
. - NoRowsException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.NoRowsException
-
Constructs a new
TorqueException
with specified nestedThrowable
. - NOT_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- NOT_EQUAL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression "<>".
- NOT_ILIKE - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- NOT_ILIKE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " NOT ILIKE ".
- NOT_IN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- NOT_IN - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " NOT IN ".
- NOT_LIKE - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
Comparison type.
- NOT_LIKE - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " NOT LIKE ".
- notifyListeners(Column, TT, TT) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Notify all listeners associated to the column that an object has changed
- NullValueBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !
- NullValueBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.NullValueBuilder
- NumberKey - Klasse in org.apache.torque.om
-
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
- NumberKey() - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Initializes the internal key value to
null
. - NumberKey(double) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates a NumberKey equivalent to
key
. - NumberKey(int) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates a NumberKey equivalent to
key
. - NumberKey(long) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates a NumberKey equivalent to
key
. - NumberKey(Number) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates a NumberKey equivalent to
key
. - NumberKey(String) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates an NumberKey and set its internal representation
- NumberKey(BigDecimal) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates an NumberKey and set its internal representation
- NumberKey(NumberKey) - Konstruktor für Klasse org.apache.torque.om.NumberKey
-
Creates a NumberKey that is equivalent to key.
O
- ObjectKey<T> - Klasse in org.apache.torque.om
-
This class can be used to uniquely identify an object within an application.
- ObjectKey() - Konstruktor für Klasse org.apache.torque.om.ObjectKey
-
Initializes the internal key value to
null
. - ObjectListMapper - Klasse in org.apache.torque.om.mapper
-
Maps a record to a list of objects.
- ObjectListMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.ObjectListMapper
-
Constructor.
- ObjectListMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.ObjectListMapper
-
Constructor which sets the number of columns to map.
- ObjectListMapper(List<Class<?>>) - Konstruktor für Klasse org.apache.torque.om.mapper.ObjectListMapper
-
Constructor which determines the number of columns to map and the classes the result columns are mapped to.
- ObjectModel - Schnittstelle in org.apache.torque.om
-
This interface defines methods related to object referencing and tracking
- ObjectOrColumnPsPartBuilder - Klasse in org.apache.torque.sql.objectbuilder
-
Builds a PreparedStatementPart from a column or single value.
- ObjectOrColumnPsPartBuilder() - Konstruktor für Klasse org.apache.torque.sql.objectbuilder.ObjectOrColumnPsPartBuilder
- ObjectPsPartBuilder - Schnittstelle in org.apache.torque.sql.objectbuilder
-
Builds a PreparedStatementPart from a single object (e.g. a column or a SQL value).
- ON - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " ON ".
- OnlyReplacementsPreparedStatementPart - Klasse in org.apache.torque.sql.whereclausebuilder
-
A PreparedStatementPart which only contains replacements, no sql.
- OnlyReplacementsPreparedStatementPart(Object) - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.OnlyReplacementsPreparedStatementPart
-
Constructor.
- OptimisticLockingFailedException - Ausnahmeklasse in org.apache.torque
-
This exception is thrown if the database detects that a row in a table with optimistic locking was updated by another process.
- OptimisticLockingFailedException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.OptimisticLockingFailedException
-
Constructs a new
ConcurrentUpdateException
with specified detail message. - OptimisticLockingFailedException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.OptimisticLockingFailedException
-
Constructs a new
ConcurrentUpdateException
with specified detail message and nestedThrowable
. - OptimisticLockingFailedException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.OptimisticLockingFailedException
-
Constructs a new
ConcurrentUpdateException
with specified nestedThrowable
. - OptionSupport - Klasse in org.apache.torque.map
-
OptionSupport provides the basic methods for the management of options within the database schema model.
- OptionSupport() - Konstruktor für Klasse org.apache.torque.map.OptionSupport
- or(Object, Object) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"OR"s a new condition with the conditions in this Criteria.
- or(Object, Object, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"OR"s a new condition with the conditions in this Criteria.
- or(Criterion) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"OR"s a Criterion object with the conditions in this Criteria.
- or(Criterion) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Replaces this criterion's condition with (this criterion's condition OR criterion).
- OR - Statische Variable in Klasse org.apache.torque.criteria.Criterion
-
Constant for the operator " OR ".
- OracleAdapter - Klasse in org.apache.torque.adapter
-
This code should be used for an Oracle database pool.
- OracleAdapter() - Konstruktor für Klasse org.apache.torque.adapter.OracleAdapter
-
Empty constructor.
- orDate(Object, int, int, int) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a new date comparison with the conditions in this Criteria.
- orDate(Object, int, int, int, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a new date comparison with the conditions in this Criteria.
- OrderBy - Klasse in org.apache.torque.sql
-
An order by clause.
- OrderBy(Column, SqlEnum, boolean) - Konstruktor für Klasse org.apache.torque.sql.OrderBy
-
Constructor.
- org.apache.torque - Package org.apache.torque
-
Torque is an object-relational mapper for Java.
- org.apache.torque.adapter - Package org.apache.torque.adapter
-
Adapters between Torque and various databases.
- org.apache.torque.avalon - Package org.apache.torque.avalon
-
Avalon component implementation.
- org.apache.torque.criteria - Package org.apache.torque.criteria
-
This package contains Torque's Criteria classes.
- org.apache.torque.dsfactory - Package org.apache.torque.dsfactory
-
Torque's API for creation of various javax.sql.DataSource implementations.
- org.apache.torque.dsfactory.converters - Package org.apache.torque.dsfactory.converters
- org.apache.torque.manager - Package org.apache.torque.manager
-
A manager/factory API for use with Torque-generated data beans.
- org.apache.torque.map - Package org.apache.torque.map
-
Description of the schema layout.
- org.apache.torque.oid - Package org.apache.torque.oid
-
The ID broker, an API to provide persistent object identifiers, as described by Scott Ambler's paper on "Enterprise-Ready Object IDs".
- org.apache.torque.om - Package org.apache.torque.om
-
API for the classic Torque-generated object model.
- org.apache.torque.om.mapper - Package org.apache.torque.om.mapper
-
Contains the Mapper interface which defines how to map from a ResultSet to an object, and simple implementations of this interface.
- org.apache.torque.sql - Package org.apache.torque.sql
-
This package contains classes which are mainly used in the SQL generation process.
- org.apache.torque.sql.objectbuilder - Package org.apache.torque.sql.objectbuilder
-
This package contains classes which can build PreparedStatementParts from a single value or column.
- org.apache.torque.sql.whereclausebuilder - Package org.apache.torque.sql.whereclausebuilder
-
This package contains classes which can build PreparedStatementParts from a WhereClauseExpression.
- org.apache.torque.util - Package org.apache.torque.util
-
Misc. utility classes.
- org.apache.torque.util.functions - Package org.apache.torque.util.functions
-
SQL function handling
- orIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a "in" comparison with the conditions in this Criteria.
- orIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a "in" comparison with the conditions in this Criteria.
- orNotIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a "not in" comparison with the conditions in this Criteria.
- orNotIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to OR a "not in" comparison with the conditions in this Criteria.
- orVerbatimSql(String, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
ORs a verbatim sql condition to this Criteria.
- orVerbatimSql(String, Object[], Column, Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
ORs a verbatim sql condition to this Criteria.
P
- PATH_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Key for the configuration property which contains the jndi path.
- Persistent - Schnittstelle in org.apache.torque.om
-
This interface defines methods related to saving an object
- PerUserPool2DataSourceFactory - Klasse in org.apache.torque.dsfactory
-
A factory that looks up the DataSource using the DBCP2 pool methods.
- PerUserPool2DataSourceFactory() - Konstruktor für Klasse org.apache.torque.dsfactory.PerUserPool2DataSourceFactory
- POOL_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
"pool" Key for the configuration
- PostgresAdapter - Klasse in org.apache.torque.adapter
-
This is used to connect to PostgresQL databases.
- PostgresAdapter() - Konstruktor für Klasse org.apache.torque.adapter.PostgresAdapter
-
Empty constructor.
- prepareCall(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareCall(String, int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareCall(String, int, int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- PreparedStatementPart - Schnittstelle in org.apache.torque.criteria
-
The rendered SQL for a part of a prepared statement, including replacements for ?
- PreparedStatementPartForSubselect - Klasse in org.apache.torque.sql.objectbuilder
-
A PreparedStatementPart which encapsulates a subselect.
- PreparedStatementPartForSubselect(Criteria, Query) - Konstruktor für Klasse org.apache.torque.sql.objectbuilder.PreparedStatementPartForSubselect
-
Constructor.
- PreparedStatementPartImpl - Klasse in org.apache.torque.criteria
-
Modifiable implementation of the PreparedStatementPart interface.
- PreparedStatementPartImpl() - Konstruktor für Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Default constructor, creates an empty PreparedStatementPart.
- PreparedStatementPartImpl(String, Object...) - Konstruktor für Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Constructor, creates a pre-filled PreparedStatementPartImpl.
- PreparedStatementPartImpl(PreparedStatementPart) - Konstruktor für Klasse org.apache.torque.criteria.PreparedStatementPartImpl
-
Copy-Constructor.
- prepareStatement(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareStatement(String, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareStatement(String, int[]) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareStatement(String, int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareStatement(String, int, int, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- prepareStatement(String, String[]) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- processJoins(Criteria, Query) - Statische Methode in Klasse org.apache.torque.sql.JoinBuilder
-
Adds the Joins from the criteria to the query.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.BigDecimalMapper
-
Maps the current row in the result to a BigDecimal.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.CompositeMapper
-
Maps the current row in the result Set by applying all known mappers and putting the result of each mapper in the result list.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.DateMapper
-
Maps the current row in the result set to a java.util.Date.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.IntegerMapper
-
Maps the current row in the result set to a Integer.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.LongMapper
-
Maps the current row in the result set to a Long.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.ObjectListMapper
-
Maps the current row in the result set by reading all columns from offset on to the end of the row and store an object for each column in the result.
- processRow(ResultSet, int, Criteria) - Methode in Schnittstelle org.apache.torque.om.mapper.RecordMapper
-
Constructs the object from the current row in the resultSet.
- processRow(ResultSet, int, Criteria) - Methode in Klasse org.apache.torque.om.mapper.StringMapper
-
Maps the current row in the result set to a String.
- put(String, T) - Methode in Klasse org.apache.torque.util.ListOrderedMapCI
-
Adds a value to the end of the list with the specified key.
- put(Column, JdbcTypedValue) - Methode in Klasse org.apache.torque.util.ColumnValues
- put(T, Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.MethodResultCache
-
Put an object into the method cache
- put(T, Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- putAll(Map<? extends Column, ? extends JdbcTypedValue>) - Methode in Klasse org.apache.torque.util.ColumnValues
- putImpl(MethodCacheKey, Object) - Methode in Klasse org.apache.torque.manager.MethodResultCache
- putImpl(MethodCacheKey, Object) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- putInstanceImpl(ObjectKey<?>, T) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Put an object into the cache
- putInstanceImpl(T) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Put an object into the cache
Q
- QUANTITY - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Fully qualified Quantity column name
- Query - Klasse in org.apache.torque.sql
-
Contains the various parts of a SQL statement (select, update or delete).
- Query() - Konstruktor für Klasse org.apache.torque.sql.Query
- Query.Type - Enum in org.apache.torque.sql
-
All types of the statement.
R
- RecordMapper<T> - Schnittstelle in org.apache.torque.om.mapper
-
Maps an object to a database record and back.
- refreshedObject(T) - Methode in Schnittstelle org.apache.torque.manager.CacheListener
-
Notify listener that an object has been modified
- registerAsListener() - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
NoOp version.
- registerIDBroker(IDBroker) - Statische Methode in Klasse org.apache.torque.Torque
-
Registers an id broker.
- registerIDBroker(IDBroker) - Methode in Klasse org.apache.torque.TorqueInstance
-
Registers an id broker.
- registerPeerInstance(Class<T>, BasePeerImpl<T>) - Statische Methode in Klasse org.apache.torque.Torque
-
This method registers a PeerImpl for a given class.
- registerPeerInstance(Class<T>, BasePeerImpl<T>) - Methode in Klasse org.apache.torque.TorqueInstance
-
This method registers a PeerImpl for a given class.
- releaseSavepoint(Savepoint) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- remove(Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.MethodResultCache
-
Remove object from method cache
- remove(Serializable, String, Serializable...) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- remove(Object) - Methode in Klasse org.apache.torque.util.ColumnValues
- remove(Object) - Methode in Klasse org.apache.torque.util.ListOrderedMapCI
-
Removes the mapping for the specified key.
- removeAll(Serializable, String) - Methode in Klasse org.apache.torque.manager.MethodResultCache
-
Remove all objects of the same group
- removeAll(Serializable, String) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- removedObject(T) - Methode in Schnittstelle org.apache.torque.manager.CacheListener
-
Notify listener that an object has been removed from the database
- removeImpl(MethodCacheKey) - Methode in Klasse org.apache.torque.manager.MethodResultCache
- removeImpl(MethodCacheKey) - Methode in Klasse org.apache.torque.manager.NoOpMethodResultCache
- removeInstanceImpl(ObjectKey<?>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Remove an object from the cache
- removeSearchParam(String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Remove a value from the search parameters.
- removeUnderScores(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Removes the PREFIX, removes the underscores and makes first letter caps.
- reset() - Methode in Klasse org.apache.torque.om.mapper.MappingStrategy
- ResultsetSpliterator<T> - Klasse in org.apache.torque.util
-
Stream support: Encapsulate iteration over a JDBC ResultSet
- ResultsetSpliterator(RecordMapper<T>, Criteria, Statement, ResultSet) - Konstruktor für Klasse org.apache.torque.util.ResultsetSpliterator
-
Constructor
- retrieveStoredOM(ObjectKey<?>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Retrieve an object from persistent storage
- retrieveStoredOMs(List<? extends ObjectKey<?>>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Gets a list of om's based on id's.
- RIGHT_JOIN - Enum-Konstante in Enumeration org.apache.torque.criteria.JoinType
-
SQL Expression " RIGHT JOIN ".
- RIGHT_JOIN - Statische Variable in Klasse org.apache.torque.criteria.Criteria
-
"RIGHT JOIN" SQL statement
- ROLE - Statische Variable in Schnittstelle org.apache.torque.avalon.Torque
-
The avalon role.
- rollback() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- rollback(Connection) - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Roll back a transaction and release the connection.
- rollback(Connection) - Methode in Schnittstelle org.apache.torque.util.TransactionManager
-
Roll back a transaction and release the connection.
- rollback(Connection) - Methode in Klasse org.apache.torque.util.TransactionManagerImpl
-
Roll back a transaction and release the connection.
- rollback(Savepoint) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- run() - Methode in Klasse org.apache.torque.oid.IDBroker
-
A background thread that tries to ensure that when someone asks for ids, that there are already some loaded and that the database is not accessed.
- run() - Methode in Klasse org.apache.torque.util.LargeSelect
-
A background thread that retrieves the rows.
- run() - Methode in Klasse org.apache.torque.util.ResultsetSpliterator
-
Method to be run onClose() of associated stream
S
- safeRollback(Connection) - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Roll back a transaction without throwing errors if they occur.
- safeRollback(Connection) - Methode in Schnittstelle org.apache.torque.util.TransactionManager
-
Roll back a transaction without throwing errors if they occur.
- safeRollback(Connection) - Methode in Klasse org.apache.torque.util.TransactionManagerImpl
-
Roll back a transaction without throwing errors if they occur.
- save() - Methode in Schnittstelle org.apache.torque.om.Persistent
-
Saves the object.
- save(String) - Methode in Schnittstelle org.apache.torque.om.Persistent
-
Stores the object in the database.
- save(Connection) - Methode in Schnittstelle org.apache.torque.om.Persistent
-
Stores the object in the database.
- SCHEMA_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
"schema" Key for the configuration
- SCHEMA_SEPARATOR_CHAR - Statische Variable in Klasse org.apache.torque.map.DatabaseMap
-
The character which separates the schema name from the table name.
- SELECT - Enum-Konstante in Enumeration org.apache.torque.sql.Query.Type
-
The instance contains the parts of a select statement.
- SEPARATOR - Statische Variable in Klasse org.apache.torque.om.ComboKey
-
The single character used to separate key values in a string.
- SEPARATOR_STRING - Statische Variable in Klasse org.apache.torque.om.ComboKey
-
The single character used to separate key values in a string.
- SEQUENCE - Enum-Konstante in Enumeration org.apache.torque.adapter.IDMethod
-
Key generation via sequences.
- SequenceIdGenerator - Klasse in org.apache.torque.oid
-
This generator works with databases that have an sql syntax for getting an id prior to inserting a row into the database.
- SequenceIdGenerator(Adapter, String) - Konstruktor für Klasse org.apache.torque.oid.SequenceIdGenerator
-
Creates an IdGenerator which will work with the specified database.
- setAdapter(Adapter) - Methode in Klasse org.apache.torque.Database
-
Sets the adapter for this database.
- setAll() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds "ALL " to the SQL statement.
- setArgumentList(List<Object>) - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Set the full function argument list.
- setArguments(Object...) - Methode in Klasse org.apache.torque.util.functions.AbstractFunction
-
Sets the function arguments.
- setArguments(Object...) - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Assumes that there are one or two arguments being specified.
- setArguments(Object...) - Methode in Schnittstelle org.apache.torque.util.functions.SQLFunction
-
Sets the function specific arguments.
- setAutoCommit(boolean) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setAutoIncrement(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets whether this column is an autoincrement column.
- setByName(String, Object) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Set a field in the object by field (Java) name.
- setByPeerName(String, Object) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Set field values by Peer Field Name-
- setByPosition(int, Object) - Methode in Schnittstelle org.apache.torque.om.ColumnAccessByName
-
Set field values by it's position (zero based) in the XML schema.
- setCapabilities(Connection, Adapter) - Statische Methode in Klasse org.apache.torque.adapter.AdapterFactory
-
Update static capabilities of the Torque database adapter with actual readings based on the JDBC meta-data
- setCapabilities(DatabaseMetaData) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Update static capabilities of the adapter with actual readings based on the JDBC meta-data
- setCapabilities(DatabaseMetaData) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Update static capabilities of the adapter with actual readings based on the JDBC meta-data
- setCatalog(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setClassName(String) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Set the classname to instantiate for getInstance()
- setClassName(String) - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Sets the class name for this InheritanceMap.
- setClientInfo(String, String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setClientInfo(Properties) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setColumn(Column) - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Sets the column the function is applied to.
- setColumn(ColumnMap) - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Sets the column this inheritance map belongs to.
- setCommitted(boolean) - Methode in Schnittstelle org.apache.torque.util.TorqueConnection
-
Called by TransactionManagerImpl.commit() to track state
- setCommitted(boolean) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
-
Called by TransactionManagerImpl.commit() to track state
- setConfiguration(Configuration) - Methode in Klasse org.apache.torque.oid.IDBroker
-
Set the configuration
- setConfiguration(Configuration) - Statische Methode in Klasse org.apache.torque.Torque
-
Sets the configuration for Torque and all dependencies.
- setConfiguration(Configuration) - Methode in Klasse org.apache.torque.TorqueInstance
-
Sets the configuration for Torque and all dependencies.
- setDatabaseName(String) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Set the database name for this instance.
- setDataSourceFactory(DataSourceFactory) - Methode in Klasse org.apache.torque.Database
-
Sets the DataSourceFactory for this database.
- setDbName(String) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Set the Database name.
- setDbName(Criteria) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Sets the database name in the passed criteria to the table's default, if it is not already set.
- setDefault(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the default value for this column.
- setDescription(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the description for this column.
- setDescription(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the table description.
- setDistinct() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Adds "DISTINCT " to the SQL statement.
- setExcludeExprColumns(boolean) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Define if unnamed output columns which get labeled as EXPR{index#}) should be included in the the output set.
- setExtends(String) - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Sets the ancestor class for the class described by this InheritanceMap.
- setFetchSize(Integer) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Sets the JDBC statement fetch size to use for queries.
- setFetchSize(Integer) - Methode in Klasse org.apache.torque.sql.Query
-
Sets the JDBC statement fetch size to use for queries.
- setForUpdate(boolean) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Sets whether FOR UPDATE clause should be added to the query.
- setForUpdate(String) - Methode in Klasse org.apache.torque.sql.Query
-
Sets the FOR UPDATE clause which should be added to the query.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.AggregateFunction
-
Set the function name to use, e.g.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.Avg
-
This method cannot be called, an UnsupportedOperationException will always be thrown.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.Count
-
This method cannot be called, an UnsupportedOperationException will always be thrown.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.Max
-
This method cannot be called, an UnsupportedOperationException will always be thrown.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.Min
-
This method cannot be called, an UnsupportedOperationException will always be thrown.
- setFunction(String) - Methode in Klasse org.apache.torque.util.functions.Sum
-
This method cannot be called, an UnsupportedOperationException will always be thrown.
- setHaving(String) - Methode in Klasse org.apache.torque.sql.Query
-
Set the having clause.
- setHoldability(int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setIdTable(String) - Methode in Klasse org.apache.torque.Database
-
Set the ID table for this database.
- setIdTable(TableMap) - Methode in Klasse org.apache.torque.Database
-
Set the ID table for this database.
- setIdTable(TableMap) - Methode in Klasse org.apache.torque.map.DatabaseMap
-
Add a new TableMap to the database.
- setIgnoreCase(boolean) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Sets whether case should be ignored in where clauses and order by whenever String columns are encountered.
- setIgnoreCase(boolean) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Sets ignore case. ignoreCase is ignored for a verbatim sql statement.
- setInheritance(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the inheritance type.
- setInstance(TorqueInstance) - Statische Methode in Klasse org.apache.torque.Torque
-
Sets the single
TorqueInstance
used by this class. - setInstance(ExceptionMapper) - Statische Methode in Klasse org.apache.torque.util.ExceptionMapper
-
Sets a new instance of an Exception mapper to use.
- setJavaName(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the Java Name for this column.
- setJavaName(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Set the Java name of the table as defined by generator/XML.
- setJavaNamingMethod(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the java naming method for this column.
- setJavaType(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the java type of this column.
- setJdbcType(int) - Methode in Klasse org.apache.torque.util.JdbcTypedValue
-
Sets the JDBC type as in
java.sql.Types
. - setKey(String) - Methode in Klasse org.apache.torque.map.InheritanceMap
-
Sets the key by which this inheritanceMap is activated.
- setLimit(int) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Set a limit for the query
- setLimit(String) - Methode in Klasse org.apache.torque.sql.Query
-
Set the limit number.
- setLValue(Object) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Set the left hand side value of the comparison.
- setLValue(Object) - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Sets the value on the left hand side of the operator of the expression.
- setManagerClass(Class<?>) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the manager class for this table.
- setMemoryPageLimit(int) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Sets the multiplier that will be used to compute the memory limit when a constructor with no memory page limit is used - the memory limit will be this number multiplied by the page size.
- setModified(boolean) - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Sets the modified state for the object.
- setNetworkTimeout(Executor, int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setNew(boolean) - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Setter for the isNew attribute.
- setNotNull(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Set if this column may be null.
- setObjectOrColumnPsPartBuilder(ObjectPsPartBuilder) - Statische Methode in Klasse org.apache.torque.sql.whereclausebuilder.AbstractWhereClausePsPartBuilder
-
Set the ObjectPsPartBuilder to use for single values or columns.
- setOffset(long) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Set the offset.
- setOffset(String) - Methode in Klasse org.apache.torque.sql.Query
-
Set the offset number.
- setOMClass(Class<?>) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the OM root class for this table.
- setOMClass(Class<T>) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Set the Class that will be instantiated by this manager
- setOperator(SqlEnum) - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Sets the value on the operator of the expression.
- setOption(String, String) - Methode in Klasse org.apache.torque.map.OptionSupport
-
Sets an option.
- setPageProgressTextPattern(String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Set the MessageFormat pattern for the page progress.
- setPartOperator(String) - Methode in Klasse org.apache.torque.sql.Query
-
Sets the operator connecting the query parts.
- setPeerClass(Class<?>) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the Peer class for this table.
- setPk(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets whether this column is a primary key.
- setPosition(int) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets the position (one based) of this column in the table.
- setPostLimit(String) - Methode in Klasse org.apache.torque.sql.Query
-
Set the Post limit String.
- setPrefix(String) - Methode in Klasse org.apache.torque.map.TableMap
-
Set table prefix name.
- setPreLimit(String) - Methode in Klasse org.apache.torque.sql.Query
-
Get the Pre limit String.
- setPrimaryKey(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Set if this column is a primary key or not.
- setPrimaryKey(String) - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Sets the PrimaryKey for the object.
- setPrimaryKey(ObjectKey<?>) - Methode in Schnittstelle org.apache.torque.om.ObjectModel
-
Sets the PrimaryKey for the object.
- setPrimaryKeyMethod(IDMethod) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the method used to generate a key for this table.
- setPrimaryKeyMethodInfo(Object) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the pk information needed to generate a key.
- setPrimaryKeyMethodInfo(IDMethod, Object) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets the pk information needed to generate a key.
- setProperty(String, Configuration, Object) - Methode in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
Encapsulates setting configuration properties on
DataSource
objects. - setProtected(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets whether getters and setters should be generated with the access modifier "protected" rather than "public".
- setReadOnly(boolean) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setRecordMapper(RecordMapper<T>) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Set the record mapper for this instance.
- setRecordProgressTextPattern(String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Set the MessageFormat pattern for the record progress.
- setRegion(String) - Methode in Klasse org.apache.torque.manager.AbstractBaseManager
-
Set the cache region used for JCS.
- setRolledBack(boolean) - Methode in Schnittstelle org.apache.torque.util.TorqueConnection
-
Called by TransactionManagerImpl.rollback() to track state
- setRolledBack(boolean) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
-
Called by TransactionManagerImpl.rollback() to track state
- setRowcount(String) - Methode in Klasse org.apache.torque.sql.Query
-
Set the rowcount number.
- setRValue(Object) - Methode in Klasse org.apache.torque.criteria.Criterion
-
Set the right hand side value of the comparison.
- setRValue(Object) - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
-
Sets the value on the right hand side of the operator of the expression.
- setSavepoint() - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setSavepoint(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setScale(int) - Methode in Klasse org.apache.torque.map.ColumnMap
- setSchema(String) - Methode in Klasse org.apache.torque.Database
-
Sets the schema for this database.
- setSchema(String) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setSchema(String, String) - Methode in Schnittstelle org.apache.torque.avalon.Torque
-
Sets the current schema for a database connection
- setSchema(String, String) - Statische Methode in Klasse org.apache.torque.Torque
-
Sets the current schema for a database connection
- setSchema(String, String) - Methode in Klasse org.apache.torque.TorqueInstance
-
Sets the current schema for a database connection
- setSearchParam(String, String) - Methode in Klasse org.apache.torque.util.LargeSelect
-
Set a search parameter.
- setSingleRecord(boolean) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Switch the check on or off that a query returns exactly one record.
- setSize(int) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Set the size of this column.
- setTableMap(TableMap) - Methode in Klasse org.apache.torque.util.BasePeerImpl
-
Set the default table map for this instance.
- setTorqueType(String) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Set the Torque type of this column.
- setTransactionIsolation(int) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setTransactionManager(TransactionManager) - Statische Methode in Klasse org.apache.torque.util.Transaction
-
Sets the transaction manager to use.
- setType(Object) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Set the type of this column.
- setType(Query.Type) - Methode in Klasse org.apache.torque.sql.Query
-
Sets the type of this SQL statement.
- setTypeMap(Map<String, Class<?>>) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- setUseInheritance(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets whether this column uses inheritance subclasses.
- setUseInheritance(boolean) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets whether this table uses inheritance.
- setUseManager(boolean) - Methode in Klasse org.apache.torque.map.TableMap
-
Sets whether managers are used for this table.
- setUsePrimitive(boolean) - Methode in Klasse org.apache.torque.map.ColumnMap
-
Sets whether this column uses primitive values rather than objects.
- setValue(Object) - Methode in Klasse org.apache.torque.util.JdbcTypedValue
-
Sets the value.
- setValue(String) - Methode in Klasse org.apache.torque.om.BooleanKey
-
Sets the internal representation to a String.
- setValue(String) - Methode in Klasse org.apache.torque.om.ComboKey
-
Sets the internal representation using a String of the form produced by the toString method.
- setValue(String) - Methode in Klasse org.apache.torque.om.DateKey
-
Sets the internal representation to a String
- setValue(String) - Methode in Klasse org.apache.torque.om.NumberKey
-
Sets the internal representation using a String representation of a number.
- setValue(O) - Methode in Klasse org.apache.torque.om.ObjectKey
-
Sets the internal representation to the same object used by key.
- setValue(T) - Methode in Klasse org.apache.torque.om.ObjectKey
-
Sets the internal representation.
- SharedPool2DataSourceFactory - Klasse in org.apache.torque.dsfactory
-
A factory that looks up the DataSource using the DBCP2 pool methods.
- SharedPool2DataSourceFactory() - Konstruktor für Klasse org.apache.torque.dsfactory.SharedPool2DataSourceFactory
- shortValue() - Methode in Klasse org.apache.torque.om.NumberKey
-
Returns the value of this NumberKey as a short.
- shutdown() - Statische Methode in Klasse org.apache.torque.Torque
-
Shuts down the service.
- shutdown() - Methode in Klasse org.apache.torque.TorqueInstance
-
Shuts down Torque.
- SimpleKey<T> - Klasse in org.apache.torque.om
-
This empty class marks an ObjectKey as being capable of being represented as a single column in a database.
- SimpleKey() - Konstruktor für Klasse org.apache.torque.om.SimpleKey
- size() - Methode in Klasse org.apache.torque.util.ColumnValues
- SqlBuilder - Klasse in org.apache.torque.sql
-
Factored out code that is used to process SQL tables.
- SqlEnum - Klasse in org.apache.torque.criteria
-
A typesafe enum of SQL string fragments.
- SQLFunction - Schnittstelle in org.apache.torque.util.functions
-
Define the basic methods that classes that support SQL Functions need to implement for Classes that use them.
- StandardBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.
- StandardBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.StandardBuilder
- start() - Methode in Klasse org.apache.torque.oid.IDBroker
-
Starts the idBroker.
- STD_SEPARATOR_CHAR - Statische Variable in Klasse org.apache.torque.map.DatabaseMap
-
The character used by most implementations as the separator between name elements.
- stop() - Methode in Klasse org.apache.torque.oid.IDBroker
-
Shuts down the IDBroker thread.
- StringKey - Klasse in org.apache.torque.om
-
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
- StringKey() - Konstruktor für Klasse org.apache.torque.om.StringKey
-
Initializes the internal key value to
null
. - StringKey(String) - Konstruktor für Klasse org.apache.torque.om.StringKey
-
Creates an StringKey and set its internal representation
- StringKey(StringKey) - Konstruktor für Klasse org.apache.torque.om.StringKey
-
Creates a StringKey that is equivalent to key.
- StringMapper - Klasse in org.apache.torque.om.mapper
-
Maps a database record to a String.
- StringMapper() - Konstruktor für Klasse org.apache.torque.om.mapper.StringMapper
-
Constructs a StringMapper with an offset of 0.
- StringMapper(int) - Konstruktor für Klasse org.apache.torque.om.mapper.StringMapper
-
Constructs a StringMapper with the given offset.
- Sum - Klasse in org.apache.torque.util.functions
-
SQL99 Standard sum function.
- Sum(String) - Konstruktor für Klasse org.apache.torque.util.functions.Sum
-
Construct an SUM function class with an SQL expression to sum over.
- Sum(Column) - Konstruktor für Klasse org.apache.torque.util.functions.Sum
-
Construct an SUM function class with the column to sum over.
- Sum(Column, boolean) - Konstruktor für Klasse org.apache.torque.util.functions.Sum
-
Construct an SUM function class with the column to sum over and possibly a distinct modifier.
- summarize(Criteria) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Return a list of ListOrderedMapCI objects with the results of the summary query.
- summarize(Criteria, Connection) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Return a list of OrderedMap objects with the results of the summary query.
- summarize(Criteria, List<Class<?>>) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Return a list of ListOrderedMapCI objects with the results of the summary query.
- summarize(Criteria, List<Class<?>>, Connection) - Methode in Klasse org.apache.torque.util.SummaryHelper
-
Return a list of ListOrderedMapCI objects with the results of the summary query.
- SummaryHelper - Klasse in org.apache.torque.util
-
A utility to help produce aggregate summary information about a table.
- SummaryHelper() - Konstruktor für Klasse org.apache.torque.util.SummaryHelper
- supportsNativeLimit() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns whether the database can natively limit the size of the ResultSet of a query.
- supportsNativeLimit() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
This method is used to check whether the database natively supports limiting the size of the resultset.
- supportsNativeLimit() - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
Returns whether the database can natively limit the size of the ResultSet of a query.
- supportsNativeOffset() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Returns whether the database natively supports returning results starting at an offset position other than 0.
- supportsNativeOffset() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
This method is used to check whether the database natively supports returning results starting at an offset position other than 0.
- supportsNativeOffset() - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Returns whether the database natively supports returning results starting at an offset position other than 0.
- supportsNativeOffset() - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
Returns whether the database natively supports returning results starting at an offset position other than 0.
T
- TABLE_ID - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Fully qualified ID column name
- TABLE_NAME - Statische Variable in Klasse org.apache.torque.oid.IDBroker
-
Fully qualified Table_Name column name
- TableMap - Klasse in org.apache.torque.map
-
TableMap is used to model a table in a database.
- TableMap(String, String, DatabaseMap) - Konstruktor für Klasse org.apache.torque.map.TableMap
-
Constructor.
- TableMap(String, DatabaseMap) - Konstruktor für Klasse org.apache.torque.map.TableMap
-
Constructor.
- TIME_BETWEEN_LOOKUPS_KEY - Statische Variable in Klasse org.apache.torque.dsfactory.JndiDataSourceFactory
-
Key for the configuration property which contains the time between two jndi lookups.
- TooManyRowsException - Ausnahmeklasse in org.apache.torque
-
This exception indicates that more rows were returned than expected.
- TooManyRowsException() - Konstruktor für Ausnahmeklasse org.apache.torque.TooManyRowsException
-
Constructs a new
TorqueException
without specified detail message. - TooManyRowsException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.TooManyRowsException
-
Constructs a new
TorqueException
with specified detail message. - TooManyRowsException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TooManyRowsException
-
Constructs a new
TorqueException
with specified detail message and nestedThrowable
. - TooManyRowsException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TooManyRowsException
-
Constructs a new
TorqueException
with specified nestedThrowable
. - Torque - Klasse in org.apache.torque
-
A static facade wrapper around the Torque implementation (which is in
TorqueInstance
). - Torque - Schnittstelle in org.apache.torque.avalon
-
Avalon role interface for Torque.
- TORQUE_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
The prefix for all configuration keys used by Torque.
- TorqueComponent - Klasse in org.apache.torque.avalon
-
Avalon component for Torque.
- TorqueComponent() - Konstruktor für Klasse org.apache.torque.avalon.TorqueComponent
- TorqueConnection - Schnittstelle in org.apache.torque.util
-
Torque's extension to the JDBC connection
- TorqueConnectionImpl - Klasse in org.apache.torque.util
-
Encapsulates connection status tracking and allows AutoClosing within Torque.
- TorqueConnectionImpl(Connection) - Konstruktor für Klasse org.apache.torque.util.TorqueConnectionImpl
-
Constructor
- TorqueException - Ausnahmeklasse in org.apache.torque
-
The base class of all checked exceptions thrown by Torque.
- TorqueException() - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueException
-
Constructs a new
TorqueException
without specified detail message. - TorqueException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueException
-
Constructs a new
TorqueException
with specified detail message. - TorqueException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueException
-
Constructs a new
TorqueException
with specified detail message and nestedThrowable
. - TorqueException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueException
-
Constructs a new
TorqueException
with specified nestedThrowable
. - TorqueInstance - Klasse in org.apache.torque
-
The core of Torque's implementation.
- TorqueInstance() - Konstruktor für Klasse org.apache.torque.TorqueInstance
-
Creates a new instance with default configuration.
- TorqueRuntimeException - Ausnahmeklasse in org.apache.torque
-
This is the base class of all non-checked exceptions in Torque.
- TorqueRuntimeException() - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueRuntimeException
-
Constructs a new
TorqueRuntimeException
without specified detail message. - TorqueRuntimeException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueRuntimeException
-
Constructs a new
TorqueRuntimeException
with specified detail message. - TorqueRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueRuntimeException
-
Constructs a new
TorqueRuntimeException
with specified detail message and nestedThrowable
. - TorqueRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.TorqueRuntimeException
-
Constructs a new
TorqueRuntimeException
with specified nestedThrowable
. - toString() - Methode in Enumeration org.apache.torque.adapter.IDMethod
- toString() - Methode in Klasse org.apache.torque.ColumnImpl
- toString() - Methode in Klasse org.apache.torque.criteria.Criteria
-
Build a string representation of the Criteria for debugging purposes.
- toString() - Methode in Klasse org.apache.torque.criteria.Criterion
-
Build a string representation of the Criterion for debug purposes.
- toString() - Methode in Klasse org.apache.torque.criteria.FromElement
-
Returns a SQL representation of the element.
- toString() - Methode in Klasse org.apache.torque.criteria.Join
-
Returns a String representation of the class, mainly for debugging purposes.
- toString() - Methode in Enumeration org.apache.torque.criteria.JoinType
-
Returns the SQL expression for the join type.
- toString() - Methode in Klasse org.apache.torque.criteria.PreparedStatementPartImpl
- toString() - Methode in Klasse org.apache.torque.criteria.SqlEnum
- toString() - Methode in Klasse org.apache.torque.manager.MethodCacheKey
- toString() - Methode in Klasse org.apache.torque.map.ColumnMap
- toString() - Methode in Klasse org.apache.torque.map.DatabaseMap
- toString() - Methode in Klasse org.apache.torque.map.TableMap
- toString() - Methode in Klasse org.apache.torque.om.ComboKey
-
A String that may consist of one section or multiple sections separated by a colon.
- toString() - Methode in Klasse org.apache.torque.om.DateKey
-
Get a String representation for this key.
- toString() - Methode in Klasse org.apache.torque.om.ObjectKey
-
Get a String representation of this key.
- toString() - Methode in Klasse org.apache.torque.sql.Query
-
Outputs the query statement.
- toString() - Methode in Klasse org.apache.torque.sql.WhereClauseExpression
- toString() - Methode in Klasse org.apache.torque.util.ColumnValues
- toString() - Methode in Klasse org.apache.torque.util.JdbcTypedValue
- toString() - Methode in Klasse org.apache.torque.util.LargeSelect
-
Provide something useful for debugging purposes.
- toStringBuilder(StringBuilder) - Methode in Klasse org.apache.torque.sql.Query
-
Appends the query to a string builder.
- toTorqueException(SQLException) - Methode in Klasse org.apache.torque.util.ExceptionMapper
-
Maps a SQLException to an appropriate TorqueException.
- toTorqueException(SQLException) - Methode in Klasse org.apache.torque.util.ExceptionMapperImpl
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Wraps the input string in a database function to change it to upper case.
- toUpperCase(String) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Wraps the input string in a database function to change it to upper case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
This method is used to ignore case.
- toUpperCase(String) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
This method is used to ignore case.
- Transaction - Klasse in org.apache.torque.util
-
Encapsulates transaction and connection handling within Torque.
- TRANSACTION_MANAGER_KEY - Statische Variable in Klasse org.apache.torque.Torque
-
The prefix for configuring the transaction manger.
- TransactionManager - Schnittstelle in org.apache.torque.util
-
Torque's interface to the transaction management system.
- TransactionManagerImpl - Klasse in org.apache.torque.util
-
Standard connection and transaction management for Torque.
- TransactionManagerImpl() - Konstruktor für Klasse org.apache.torque.util.TransactionManagerImpl
- tryAdvance(Consumer<? super T>) - Methode in Klasse org.apache.torque.util.ResultsetSpliterator
U
- union(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL UNION between this Criteria and the passed other criteria.
- UNION - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " UNION ".
- UNION_ALL - Statische Variable in Klasse org.apache.torque.criteria.SqlEnum
-
SQL Expression " UNION ALL ".
- unionAll(Criteria) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Creates a SQL UNION ALL between this Criteria and the passed other criteria.
- UniqueColumnList - Klasse in org.apache.torque.util
-
List with unique entries.
- UniqueColumnList() - Konstruktor für Klasse org.apache.torque.util.UniqueColumnList
-
Constructs an empty UniqueList.
- UniqueColumnList(UniqueColumnList) - Konstruktor für Klasse org.apache.torque.util.UniqueColumnList
-
Copy-constructor.
- UniqueList<T> - Klasse in org.apache.torque.util
-
List with unique entries.
- UniqueList() - Konstruktor für Klasse org.apache.torque.util.UniqueList
-
Constructs an empty UniqueList.
- UniqueList(UniqueList<T>) - Konstruktor für Klasse org.apache.torque.util.UniqueList
-
Copy-constructor.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Tries to unlock the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.MysqlAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.NoneAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
Unlocks the specified table.
- unlockTable(Connection, String) - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
Unlocks the specified table.
- unwrap(Class<T>) - Methode in Klasse org.apache.torque.util.TorqueConnectionImpl
- UPDATE - Enum-Konstante in Enumeration org.apache.torque.sql.Query.Type
-
The instance contains the parts of an update statement.
- updateQuantity(Connection, String, BigDecimal) - Methode in Klasse org.apache.torque.oid.IDBroker
-
Helper method to update a row in the ID_TABLE.
- USE_DURATION_TEXT_FORMAT - Statische Variable in Klasse org.apache.torque.dsfactory.AbstractDataSourceFactory
-
if format described in
Duration.parse(CharSequence)
should be used. - useEscapeClauseForLike() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Whether an escape clause in like should be used.
- useEscapeClauseForLike() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Whether an escape clause in like should be used.
- useEscapeClauseForLike() - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Whether an escape clause in like should be used.
- useEscapeClauseForLike() - Methode in Klasse org.apache.torque.adapter.HsqldbAdapter
-
Whether an escape clause in like should be used.
- useEscapeClauseForLike() - Methode in Klasse org.apache.torque.adapter.MssqlAdapter
-
Whether an escape clause in like should be used.
- useEscapeClauseForLike() - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
Whether an escape clause in like should be used.
- useGetGeneratedKeys() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
whether Statement#getGeneratedKeys() should be used.
- useGetGeneratedKeys() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
whether Statement#getGeneratedKeys() should be used.
- useGetGeneratedKeys() - Methode in Klasse org.apache.torque.adapter.DerbyAdapter
-
Derby supports this feature but does not report it via JDBC
- useIlike() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Whether ILIKE should be used for case insensitive like clauses.
- useIlike() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Whether ILIKE should be used for case insensitive like clauses.
- useIlike() - Methode in Klasse org.apache.torque.adapter.PostgresAdapter
-
Whether ILIKE should be used for case insensitive like clauses.
- useMinusForExcept() - Methode in Klasse org.apache.torque.adapter.AbstractAdapter
-
Whether to use the MINUS operator instead of the EXCEPT operator.
- useMinusForExcept() - Methode in Schnittstelle org.apache.torque.adapter.Adapter
-
Whether to use the MINUS operator instead of the EXCEPT operator.
- useMinusForExcept() - Methode in Klasse org.apache.torque.adapter.OracleAdapter
-
Whether to use the MINUS operator instead of the EXCEPT operator.
V
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.adapter.IDMethod
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.criteria.JoinType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.sql.Query.Type
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enumeration org.apache.torque.adapter.IDMethod
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.apache.torque.criteria.JoinType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.apache.torque.sql.Query.Type
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Methode in Klasse org.apache.torque.util.ColumnValues
- VerbatimSqlConditionBuilder - Klasse in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression containing a verbatim SQL condition.
- VerbatimSqlConditionBuilder() - Konstruktor für Klasse org.apache.torque.sql.whereclausebuilder.VerbatimSqlConditionBuilder
W
- where(Object, Object) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s a new condition with the conditions in this Criteria.
- where(Object, Object, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s a new condition with the conditions in this Criteria.
- where(Criterion) - Methode in Klasse org.apache.torque.criteria.Criteria
-
"AND"s Criterion object with the conditions in this Criteria.
- WhereClauseExpression - Klasse in org.apache.torque.sql
-
The raw values for a part of the where clause of a SQL statement, either of the form lValue operator rValue, e.g. author.author_id = 1, or in form of a custom sql query with sql and replacement values.
- WhereClauseExpression(Object, SqlEnum, Object, String, Object[]) - Konstruktor für Klasse org.apache.torque.sql.WhereClauseExpression
-
Constructor.
- WhereClausePsPartBuilder - Schnittstelle in org.apache.torque.sql.whereclausebuilder
-
Builds a PreparedStatementPart from a WhereClauseExpression.
- whereDate(Object, int, int, int) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a new date comparison with the conditions in this Criteria.
- whereDate(Object, int, int, int, SqlEnum) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a new date comparison with the conditions in this Criteria.
- whereIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "in" comparison with the conditions in this Criteria.
- whereIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "in" comparison with the conditions in this Criteria.
- whereNotIn(Object, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "not in" comparison with the conditions in this Criteria.
- whereNotIn(Object, Collection<?>) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a "not in" comparison with the conditions in this Criteria.
- whereVerbatimSql(String, Object[]) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a verbatim sql condition to this Criteria.
- whereVerbatimSql(String, Object[], Column, Column) - Methode in Klasse org.apache.torque.criteria.Criteria
-
Convenience method to AND a verbatim sql condition to this Criteria.
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form