Uses of Class
org.apache.torque.criteria.FromElement
Packages that use FromElement
Package
Description
This package contains Torque's Criteria classes.
This package contains classes which are mainly used in the SQL generation
process.
-
Uses of FromElement in org.apache.torque.criteria
Methods in org.apache.torque.criteria that return types with arguments of type FromElementModifier and TypeMethodDescriptionCriteria.getFromElements()Get all elements in the from clause of the query.Methods in org.apache.torque.criteria with parameters of type FromElementModifier and TypeMethodDescriptionCriteria.addFrom(FromElement fromElement) Adds a new Element to the from clause. -
Uses of FromElement in org.apache.torque.sql
Methods in org.apache.torque.sql that return types with arguments of type FromElementModifier and TypeMethodDescriptionQuery.getFromClause()Retrieve the from buffer in order to specify which tables are involved in this query.