Uses of Interface
org.apache.openjpa.jdbc.sql.SelectExecutor
-
Packages that use SelectExecutor Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of SelectExecutor in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return SelectExecutor Modifier and Type Method Description SelectExecutorFinderQueryImpl. getDelegate()SelectExecutorSelectResultObjectProvider. getSelect()Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type SelectExecutor Modifier and Type Method Description FinderQuery<ClassMapping,SelectExecutor,Result>FinderCacheImpl. cache(ClassMapping mapping, SelectExecutor select, FetchConfiguration fetch)Cache a Finder Query for the given mapping and select.FinderQuery<ClassMapping,SelectExecutor,Result>FinderCacheImpl. get(ClassMapping mapping, FetchConfiguration fetch)Gets the finder query for the given mapping.FinderQuery<ClassMapping,SelectExecutor,Result>FinderCacheImpl. markUncachable(java.lang.String id)FinderQuery<ClassMapping,SelectExecutor,Result>FinderCacheImpl. markUncachable(ClassMapping mapping)Methods in org.apache.openjpa.jdbc.kernel with parameters of type SelectExecutor Modifier and Type Method Description FinderQuery<ClassMapping,SelectExecutor,Result>FinderCacheImpl. cache(ClassMapping mapping, SelectExecutor select, FetchConfiguration fetch)Cache a Finder Query for the given mapping and select.Constructors in org.apache.openjpa.jdbc.kernel with parameters of type SelectExecutor Constructor Description InstanceResultObjectProvider(SelectExecutor sel, ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch)Constructor.PagingResultObjectProvider(SelectExecutor sel, ClassMapping[] mappings, JDBCStore store, JDBCFetchConfiguration fetch, java.util.BitSet[] paged, long size)Constructor.PagingResultObjectProvider(SelectExecutor sel, ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch, java.util.BitSet paged, long size)Constructor.PreparedResultObjectProvider(SelectExecutor sel, ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Constructor.SelectResultObjectProvider(SelectExecutor sel, JDBCStore store, JDBCFetchConfiguration fetch)Constructor. -
Uses of SelectExecutor in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type SelectExecutor Modifier and Type Method Description voidFieldMapping. selectEagerParallel(SelectExecutor sel, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode)voidFieldStrategy. selectEagerParallel(SelectExecutor sel, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode)Fill in parallel eager select for related objects. -
Uses of SelectExecutor in org.apache.openjpa.jdbc.meta.strats
Methods in org.apache.openjpa.jdbc.meta.strats with parameters of type SelectExecutor Modifier and Type Method Description voidAbstractFieldStrategy. selectEagerParallel(SelectExecutor sel, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode)voidRelationFieldStrategy. selectEagerParallel(SelectExecutor sel, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode)voidStoreCollectionFieldStrategy. selectEagerParallel(SelectExecutor sel, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode) -
Uses of SelectExecutor in org.apache.openjpa.jdbc.sql
Subinterfaces of SelectExecutor in org.apache.openjpa.jdbc.sql Modifier and Type Interface Description interfaceSelectAbstraction of a SQL SELECT statement.interfaceUnionSQL UNION.Classes in org.apache.openjpa.jdbc.sql that implement SelectExecutor Modifier and Type Class Description classLogicalUnionA logical union made up of multiple distinct selects whose results are combined in memory.classLogicalUnion.UnionSelectA select that is part of a logical union.classSelectImplStandardSelectimplementation.Methods in org.apache.openjpa.jdbc.sql that return SelectExecutor Modifier and Type Method Description SelectExecutorLogicalUnion.UnionSelect. eagerClone(FieldMapping key, int eagerType, boolean toMany, int sels)SelectExecutorSelect. eagerClone(FieldMapping key, int eagerType, boolean toMany, int sels)Return a select that will be eagerly executed with this one, or null if the select cannot be created for the given key and join type.SelectExecutorSelectImpl. eagerClone(FieldMapping key, int eagerType, boolean toMany, int sels)SelectExecutorLogicalUnion.UnionSelect. fullClone(int sels)SelectExecutorSelect. fullClone(int sels)Return a SELECT that is a complete clone of this one.SelectExecutorSelectImpl. fullClone(int sels)SelectExecutorLogicalUnion.UnionSelect. getEager(FieldMapping key)SelectExecutorSelect. getEager(FieldMapping key)Return the eager select for the given key.SelectExecutorSelectImpl. getEager(FieldMapping key)SelectExecutorLogicalUnion.UnionSelect. whereClone(int sels)SelectExecutorSelect. whereClone(int sels)Return a SELECT with the same joins and where conditions as this one.SelectExecutorSelectImpl. whereClone(int sels)
-