Uses of Class
org.apache.openjpa.kernel.ResultShape

Packages that use ResultShape
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
 

Uses of ResultShape in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return ResultShape
 ResultShape<T> ResultShape.add(Class<?>... classes)
          Adds the given classes as child shapes of this shape.
 ResultShape<?> StoreQuery.Executor.getResultShape(StoreQuery q)
           
 ResultShape<?> ExpressionStoreQuery.AbstractExpressionExecutor.getResultShape(StoreQuery q)
           
 ResultShape<?> AbstractStoreQuery.AbstractExecutor.getResultShape(StoreQuery q)
           
<X> ResultShape<X>
ResultShape.nest(Class<X> cls, FillStrategy strategy, Class<?>... classes)
          Creates a new shape of type X with the given class arguments and nests the new shape within this shape.
 ResultShape<T> ResultShape.nest(ResultShape<?> shape)
          Nest the given shape.
 ResultShape<T> ResultShape.setAlias(String alias)
           
 

Methods in org.apache.openjpa.kernel that return types with arguments of type ResultShape
 List<ResultShape<?>> ResultShape.getChildren()
          Gets all the child shapes.
 Set<ResultShape<?>> ResultShape.getParents()
          Gets the immediate parents of this shape.
 

Methods in org.apache.openjpa.kernel with parameters of type ResultShape
 boolean ResultShape.isParent(ResultShape<?> p)
          Affirms if the given shape is a parent (or grandparent) of this shape.
 ResultShape<T> ResultShape.nest(ResultShape<?> shape)
          Nest the given shape.
 

Constructors in org.apache.openjpa.kernel with parameters of type ResultShape
ResultShapePacker(Class<?>[] types, String[] aliases, Class resultClass, ResultShape<?> shape)
           
 

Uses of ResultShape in org.apache.openjpa.kernel.exps
 

Fields in org.apache.openjpa.kernel.exps declared as ResultShape
 ResultShape<?> QueryExpressions.shape
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.