| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultShape | |
|---|---|
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.kernel.exps | OpenJPA Expression Tree | 
| org.apache.openjpa.persistence.criteria | OpenJPA Criteria Query | 
| 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) | |
| 
 | 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 | 
| Uses of ResultShape in org.apache.openjpa.persistence.criteria | 
|---|
| Methods in org.apache.openjpa.persistence.criteria that return ResultShape | |
|---|---|
| (package private)  ResultShape<?> | CriteriaExpressionBuilder.getShape(CriteriaQueryImpl<?> q,
         ResultShape<?> parent,
         Selection<?> s)Gets the shape of a selection item. | 
| Methods in org.apache.openjpa.persistence.criteria with parameters of type ResultShape | |
|---|---|
| (package private)  ResultShape<?> | CriteriaExpressionBuilder.getShape(CriteriaQueryImpl<?> q,
         ResultShape<?> parent,
         Selection<?> s)Gets the shape of a selection item. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||