Uses of Interface
org.apache.openjpa.jdbc.sql.Result
-
Packages that use Result Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.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 Result in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as Result Modifier and Type Field Description protected ResultSelectResultObjectProvider. _resResultConnectionInfo. resultMethods in org.apache.openjpa.jdbc.kernel that return Result Modifier and Type Method Description ResultFinderQueryImpl. execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch)ResultSelectResultObjectProvider. getResult()Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type Result 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 Result Modifier and Type Method Description protected java.lang.Class<?>JDBCStoreManager. getType(Result res, ClassMapping mapping)This method is to provide override for non-JDBC or JDBC-like implementation of getting type from the result set.protected voidJDBCStoreManager. getVersion(ClassMapping mapping, OpenJPAStateManager sm, Result res)This method is to provide override for non-JDBC or JDBC-like implementation of getting version from the result set.protected booleanJDBCStoreManager. isEmptyResult(Result res)This method is to provide override for non-JDBC or JDBC-like implementation of checking whether the result set is empty or not.java.lang.ObjectJDBCStoreManager. load(ClassMapping mapping, JDBCFetchConfiguration fetch, java.util.BitSet exclude, Result result)Load the object in the current row of the given result.Constructors in org.apache.openjpa.jdbc.kernel with parameters of type Result Constructor Description GenericResultObjectProvider(java.lang.Class<?> pcClass, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Constructor.GenericResultObjectProvider(ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Constructor.PreparedResultObjectProvider(SelectExecutor sel, ClassMapping mapping, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Constructor. -
Uses of Result in org.apache.openjpa.jdbc.kernel.exps
Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type Result Modifier and Type Method Description java.lang.ObjectArgs. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectCoalesceExpression. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectConcat. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectGeneralCaseExpression. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectIndexOf. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectMapEntry. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectMapKey. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectMath. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectNullIfExpression. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectPCPath. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectSimpleCaseExpression. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectSubQ. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectSubstring. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectTrim. load(ExpContext ctx, ExpState state, Result res)java.lang.ObjectVal. load(ExpContext ctx, ExpState state, Result res)Load the data for this value. -
Uses of Result in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type Result Modifier and Type Method Description booleanClassMapping. customLoad(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result result)booleanClassStrategy. customLoad(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result result)Implement this method to customize loading from aResultinto an instance.java.lang.Class<?>Discriminator. getClass(JDBCStore store, ClassMapping base, Result result)java.lang.Class<?>DiscriminatorStrategy. getClass(JDBCStore store, ClassMapping base, Result result)Return the class for the current result row.java.lang.ObjectClassMapping. getObjectId(JDBCStore store, Result res, ForeignKey fk, boolean subs, Joins joins)Return the oid value stored in the result.java.lang.ObjectDelegatingJoinable. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectJoinable. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)Return the value for this joinable from the given result, using the given columns.voidFieldMapping. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Load virtual row data; the given result is not guaranteed to contain data for this field, so the field mapping should make sure the result contains its needed column data before loading.java.lang.ObjectVersion. load(OpenJPAStateManager sm, JDBCStore store, Result res)java.lang.ObjectVersion. load(OpenJPAStateManager sm, JDBCStore store, Result res, Joins joins)java.lang.ObjectVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res)Load data.java.lang.ObjectVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res, Joins joins)Load data.voidFieldMapping. loadEagerJoin(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidFieldStrategy. loadEagerJoin(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)Load the joined eager result.java.lang.ObjectFieldMapping. loadKeyProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectFieldStrategy. loadKeyProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load this field's key value using the given result.java.lang.ObjectFieldMapping. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load this field value using the given result. -
Uses of Result in org.apache.openjpa.jdbc.meta.strats
Methods in org.apache.openjpa.jdbc.meta.strats that return Result Modifier and Type Method Description Result[]HandlerHandlerMapTableFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] joins, boolean lrs)Result[]HandlerRelationMapTableFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] resJoins, boolean lrs)Result[]LRSMapFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] joins, boolean lrs)Return results containing all keys and values for this map.Result[]RelationHandlerMapTableFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] resJoins, boolean lrs)Result[]RelationMapInverseKeyFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] joins, boolean lrs)Result[]RelationMapTableFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] joins, boolean lrs)Result[]RelationRelationMapTableFieldStrategy. getResults(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, int eagerMode, Joins[] resJoins, boolean lrs)Methods in org.apache.openjpa.jdbc.meta.strats with parameters of type Result Modifier and Type Method Description booleanAbstractClassStrategy. customLoad(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result result)java.lang.ClassAbstractDiscriminatorStrategy. getClass(JDBCStore store, ClassMapping base, Result result)java.lang.ClassInValueDiscriminatorStrategy. getClass(JDBCStore store, ClassMapping base, Result res)java.lang.ClassSubclassJoinDiscriminatorStrategy. getClass(JDBCStore store, ClassMapping base, Result res)java.lang.ClassSuperclassDiscriminatorStrategy. getClass(JDBCStore store, ClassMapping base, Result res)java.lang.ObjectHandlerFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectPrimitiveFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectRelationFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectStringFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)voidAbstractFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)java.lang.ObjectAbstractVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res)java.lang.ObjectAbstractVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res, Joins joins)java.lang.ObjectColumnVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res)java.lang.ObjectColumnVersionStrategy. load(OpenJPAStateManager sm, JDBCStore store, Result res, Joins joins)voidEmbedFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidHandlerFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidLobFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)protected java.lang.ObjectMaxEmbeddedByteArrayFieldStrategy. load(Column col, Result res, Joins joins)protected java.lang.ObjectMaxEmbeddedCharArrayFieldStrategy. load(Column col, Result res, Joins joins)voidPrimitiveFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidRelationFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidStringFieldStrategy. load(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)static java.lang.ObjectHandlerStrategies. loadDataStore(ValueMapping vm, Result res, Joins joins, Column[] cols)Load the datastore value from the given result.voidAbstractFieldStrategy. loadEagerJoin(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidRelationFieldStrategy. loadEagerJoin(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)voidStoreCollectionFieldStrategy. loadEagerJoin(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res)java.lang.ObjectHandlerCollectionTableFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectLRSCollectionFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load an element of the collection.java.lang.ObjectRelationCollectionInverseKeyFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationCollectionTableFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)protected java.lang.ObjectRelationToManyInverseKeyFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)protected java.lang.ObjectRelationToManyTableFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)protected abstract java.lang.ObjectStoreCollectionFieldStrategy. loadElement(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load an element of the collection.java.lang.ObjectHandlerHandlerMapTableFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectHandlerRelationMapTableFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectLRSMapFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load a key from the given result.java.lang.ObjectRelationHandlerMapTableFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationMapInverseKeyFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationMapTableFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationRelationMapTableFieldStrategy. loadKey(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectAbstractFieldStrategy. loadKeyProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectMapTableFieldStrategy. loadKeyProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)static java.lang.ObjectHandlerStrategies. loadObject(ValueMapping vm, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins, Column[] cols, boolean objectValueRequiresLoad)Load the Object value from the given result.java.lang.ObjectAbstractFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectEmbedFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Loading embed object without instantiating owner entityjava.lang.ObjectHandlerFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectMapTableFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectPrimitiveFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectStoreCollectionFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectStringFieldStrategy. loadProjection(JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectHandlerHandlerMapTableFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectHandlerRelationMapTableFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectLRSMapFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)Load a value from the given result.java.lang.ObjectRelationHandlerMapTableFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationMapInverseKeyFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationMapTableFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins)java.lang.ObjectRelationRelationMapTableFieldStrategy. loadValue(OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins) -
Uses of Result in org.apache.openjpa.jdbc.sql
Classes in org.apache.openjpa.jdbc.sql that implement Result Modifier and Type Class Description classAbstractResultAResultimplementation designed to be subclassed easily by implementations.classMergedResultResult that merges multiple result delegates.classResultSetResultBaseResultimplementation wrapped around a result set.static classSelectImpl.SelectResultAResultimplementation wrapped around this select.Methods in org.apache.openjpa.jdbc.sql that return Result Modifier and Type Method Description ResultLogicalUnion. execute(JDBCStore store, JDBCFetchConfiguration fetch)ResultLogicalUnion. execute(JDBCStore store, JDBCFetchConfiguration fetch, int lockLevel)ResultLogicalUnion.UnionSelect. execute(JDBCStore store, JDBCFetchConfiguration fetch)ResultLogicalUnion.UnionSelect. execute(JDBCStore store, JDBCFetchConfiguration fetch, int lockLevel)ResultSelectExecutor. execute(JDBCStore store, JDBCFetchConfiguration fetch)Execute this select in the context of the given store manager.ResultSelectExecutor. execute(JDBCStore store, JDBCFetchConfiguration fetch, int lockLevel)Execute this select in the context of the given store manager.ResultSelectImpl. execute(JDBCStore store, JDBCFetchConfiguration fetch)ResultSelectImpl. execute(JDBCStore store, JDBCFetchConfiguration fetch, int lockLevel)protected ResultSelectImpl. execute(StoreContext ctx, JDBCStore store, JDBCFetchConfiguration fetch, int lockLevel)Execute this select in the context of the given store manager.ResultSelectImpl. getEagerResult(java.sql.Connection conn, java.sql.PreparedStatement stmnt, java.sql.ResultSet rs, JDBCStore store, JDBCFetchConfiguration fetch, boolean forUpdate, SQLBuffer sql)This method is to provide override for non-JDBC or JDBC-like implementation of executing eager selects.Methods in org.apache.openjpa.jdbc.sql with parameters of type Result Modifier and Type Method Description java.lang.ObjectMergedResult.ResultComparator. getOrderingValue(Result res, int idx)Return the ordering value of the current row of the given result.Constructors in org.apache.openjpa.jdbc.sql with parameters of type Result Constructor Description MergedResult(Result[] res)Constructor; supply delegates.MergedResult(Result[] res, MergedResult.ResultComparator comp)Constructor; supply delegates and comparator for ordering results.
-