Uses of Class
org.apache.openjpa.kernel.ResultShape
-
Packages that use ResultShape Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of ResultShape in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return ResultShape Modifier and Type Method Description ResultShape<T>
ResultShape. add(java.lang.Class<?>... classes)
Adds the given classes as child shapes of this shape.ResultShape<?>
AbstractStoreQuery.AbstractExecutor. getResultShape(StoreQuery q)
ResultShape<?>
ExpressionStoreQuery.AbstractExpressionExecutor. getResultShape(StoreQuery q)
ResultShape<?>
StoreQuery.Executor. getResultShape(StoreQuery q)
<X> ResultShape<X>
ResultShape. nest(java.lang.Class<X> cls, FillStrategy strategy, java.lang.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(java.lang.String alias)
Methods in org.apache.openjpa.kernel that return types with arguments of type ResultShape Modifier and Type Method Description java.util.List<ResultShape<?>>
ResultShape. getChildren()
Gets all the child shapes.java.util.Set<ResultShape<?>>
ResultShape. getParents()
Gets the immediate parents of this shape.Methods in org.apache.openjpa.kernel with parameters of type ResultShape Modifier and Type Method Description 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 Constructor Description ResultShapePacker(java.lang.Class<?>[] types, java.lang.String[] aliases, java.lang.Class resultClass, ResultShape<?> shape)
-
Uses of ResultShape in org.apache.openjpa.kernel.exps
Fields in org.apache.openjpa.kernel.exps declared as ResultShape Modifier and Type Field Description ResultShape<?>
QueryExpressions. shape
-