Uses of Class
org.apache.openjpa.kernel.ResultShape
Packages that use ResultShape
Package
Description
OpenJPA Runtime Kernel
OpenJPA Expression Tree
-
Uses of ResultShape in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return ResultShapeModifier 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.Methods in org.apache.openjpa.kernel that return types with arguments of type ResultShapeModifier and TypeMethodDescriptionList<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 ResultShapeModifier and TypeMethodDescriptionbooleanResultShape.isParent(ResultShape<?> p) Affirms if the given shape is a parent (or grandparent) of this shape.ResultShape.nest(ResultShape<?> shape) Nest the given shape.Constructors in org.apache.openjpa.kernel with parameters of type ResultShapeModifierConstructorDescriptionResultShapePacker(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