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.selectMethods 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.dbaMethods 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> SQLActionJdbcActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.db2Methods in org.apache.cayenne.dba.db2 with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionDB2ActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.derbyMethods in org.apache.cayenne.dba.derby with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionDerbyActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.firebirdMethods in org.apache.cayenne.dba.firebird with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionFirebirdActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.h2Methods in org.apache.cayenne.dba.h2 with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionH2ActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.ingresMethods in org.apache.cayenne.dba.ingres with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionIngresActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.dba.sqlserverMethods in org.apache.cayenne.dba.sqlserver with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionSQLServerActionBuilder.objectSelectAction(FluentSelect<T, ?> query) 
- 
Uses of FluentSelect in org.apache.cayenne.expMethods in org.apache.cayenne.exp with parameters of type FluentSelectModifier and TypeMethodDescriptionstatic ExpressionExpressionFactory.exists(FluentSelect<?, ?> subQuery) static ExpressionExpressionFactory.notExists(FluentSelect<?, ?> subQuery) 
- 
Uses of FluentSelect in org.apache.cayenne.exp.parserConstructors in org.apache.cayenne.exp.parser with parameters of type FluentSelect
- 
Uses of FluentSelect in org.apache.cayenne.queryClasses in org.apache.cayenne.query with type parameters of type FluentSelectModifier and TypeClassDescriptionclassFluentSelect<T,S extends FluentSelect<T, S>> Base class forObjectSelectandColumnSelectSubclasses of FluentSelect in org.apache.cayenne.queryModifier and TypeClassDescriptionclassColumnSelect<T>A helper builder for queries selecting individual properties based on the root object.classObjectSelect<T>A selecting query providing chainable API.classA SelectQuery to perform a prefetch based on another query.Methods in org.apache.cayenne.query with parameters of type FluentSelectModifier and TypeMethodDescription<T> SQLActionSQLActionVisitor.objectSelectAction(FluentSelect<T, ?> query) Creates an action to execute a FluentSelect.