| java.lang.Object org.xorm.query.Condition org.xorm.query.RawCondition
All known Subclasses: org.xorm.datastore.sql.SQLCondition,
RawCondition | public class RawCondition extends Condition (Code) | | RawConditions represent queries in some native query format against
a set of tables. At execution time, any instances of names surrounded
by curly braces will be substituted with the String value provided
by the bound query (but only if the RawCondition is attached to an
instance of DataQuery directly).
The main use of this class is to provide a means of passing native
SQL queries to the datastore, but it could be used or extended for other
text-based query languages as well.
|
|
|