Uses of Class
org.apache.cayenne.query.FluentSelect
Packages that use FluentSelect
Package
Description
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
MS SQLServer DbAdapter.
Cayenne data expression classes.
Contains expression parser and other expression internals.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of FluentSelect in org.apache.cayenne.access.translator.select
Methods in org.apache.cayenne.access.translator.select that return FluentSelectConstructors in org.apache.cayenne.access.translator.select with parameters of type FluentSelectModifierConstructorDescriptionDefaultSelectTranslator
(FluentSelect<?> query, DbAdapter adapter, EntityResolver entityResolver) FluentSelectWrapper
(FluentSelect<?> select) -
Uses of FluentSelect in org.apache.cayenne.dba
Methods in org.apache.cayenne.dba with parameters of type FluentSelectModifier and TypeMethodDescriptionAutoAdapter.getSelectTranslator
(FluentSelect<?> query, EntityResolver entityResolver) DbAdapter.getSelectTranslator
(FluentSelect<?> query, EntityResolver entityResolver) JdbcAdapter.getSelectTranslator
(FluentSelect<?> query, EntityResolver entityResolver) <T> SQLAction
JdbcActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.db2
Methods in org.apache.cayenne.dba.db2 with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
DB2ActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.derby
Methods in org.apache.cayenne.dba.derby with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
DerbyActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.firebird
Methods in org.apache.cayenne.dba.firebird with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
FirebirdActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.h2
Methods in org.apache.cayenne.dba.h2 with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
H2ActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.ingres
Methods in org.apache.cayenne.dba.ingres with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
IngresActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.dba.sqlserver
Methods in org.apache.cayenne.dba.sqlserver with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
SQLServerActionBuilder.objectSelectAction
(FluentSelect<T> query) -
Uses of FluentSelect in org.apache.cayenne.exp
Methods in org.apache.cayenne.exp with parameters of type FluentSelectModifier and TypeMethodDescriptionstatic Expression
ExpressionFactory.exists
(FluentSelect<?> subQuery) static Expression
ExpressionFactory.notExists
(FluentSelect<?> subQuery) -
Uses of FluentSelect in org.apache.cayenne.exp.parser
Constructors in org.apache.cayenne.exp.parser with parameters of type FluentSelect -
Uses of FluentSelect in org.apache.cayenne.query
Subclasses of FluentSelect in org.apache.cayenne.queryModifier and TypeClassDescriptionclass
ColumnSelect<T>
A helper builder for queries selecting individual properties based on the root object.class
ObjectSelect<T>
A selecting query providing chainable API.class
A SelectQuery to perform a prefetch based on another query.Methods in org.apache.cayenne.query with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLAction
SQLActionVisitor.objectSelectAction
(FluentSelect<T> query) Creates an action to execute a FluentSelect.