Uses of Class
org.apache.openjpa.kernel.ResultShape
Package
Description
OpenJPA Runtime Kernel
OpenJPA Expression Tree
-
Uses of ResultShape in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionAdds the given classes as child shapes of this shape.ResultShape<?>
AbstractStoreQuery.AbstractExecutor.getResultShape
(StoreQuery q) final ResultShape<?>
ExpressionStoreQuery.AbstractExpressionExecutor.getResultShape
(StoreQuery q) ResultShape<?>
StoreQuery.Executor.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.nest
(ResultShape<?> shape) Nest the given shape.Modifier and TypeMethodDescriptionList<ResultShape<?>>
ResultShape.getChildren()
Gets all the child shapes.Set<ResultShape<?>>
ResultShape.getParents()
Gets the immediate parents of this shape.Modifier and TypeMethodDescriptionboolean
ResultShape.isParent
(ResultShape<?> p) Affirms if the given shape is a parent (or grandparent) of this shape.ResultShape.nest
(ResultShape<?> shape) Nest the given shape.ModifierConstructorDescriptionResultShapePacker
(Class<?>[] types, String[] aliases, Class resultClass, ResultShape<?> shape) -
Uses of ResultShape in org.apache.openjpa.kernel.exps