Package cz.encircled.joiner.eclipse
Class FixedJoinerAttributeManager
- java.lang.Object
-
- org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
- cz.encircled.joiner.eclipse.FixedJoinerAttributeManager
-
- All Implemented Interfaces:
Serializable,Cloneable
public class FixedJoinerAttributeManager extends org.eclipse.persistence.internal.queries.JoinedAttributeManager- Author:
- Vlad on 13-Sep-16.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.queries.JoinedAttributeManager
additionalFieldExpressions, baseExpressionBuilder, baseQuery, dataResults, dataResultsByPrimaryKey, descriptor, hasOuterJoinedAttribute, isToManyJoin, joinedAggregateMappings, joinedAttributeExpressions, joinedAttributeMappings, joinedAttributes, joinedMappingExpressions, joinedMappingIndexes, joinedMappingQueries, joinedMappingQueryClones, lastJoinedAttributeBaseExpression, orderByExpressions, parentResultIndex, shouldFilterDuplicates
-
-
Constructor Summary
Constructors Constructor Description FixedJoinerAttributeManager(org.eclipse.persistence.descriptors.ClassDescriptor descriptor, org.eclipse.persistence.expressions.ExpressionBuilder baseBuilder, org.eclipse.persistence.queries.ObjectBuildingQuery baseQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessDataResults(org.eclipse.persistence.internal.sessions.AbstractSession session)-
Methods inherited from class org.eclipse.persistence.internal.queries.JoinedAttributeManager
addAndPrepareJoinedMapping, addExpressionAndBaseToGroupedList, addJoinedAttribute, addJoinedAttributeExpression, addJoinedMapping, addJoinedMappingExpression, clear, clearDataResults, clone, computeIndexesForJoinedExpressions, computeJoiningMappingIndexes, computeJoiningMappingQueries, computeNestedQueriesForJoinedExpressions, copyFrom, getAdditionalFieldExpressions, getAdditionalFieldExpressions_, getBaseExpressionBuilder, getBaseQuery, getDataResults_, getDataResultsByPrimaryKey, getDescriptor, getJoinedAggregateMappings, getJoinedAttributeExpressions, getJoinedAttributeMappings, getJoinedAttributes, getJoinedMappingExpressions, getJoinedMappingIndexes_, getJoinedMappingQueries_, getJoinedMappingQueryClones, getNestedJoinedMappingQuery, getOrderByExpressions, getOrderByExpressions_, getParentResultIndex, getValueFromObjectForExpression, hasAdditionalFieldExpressions, hasJoinedAttributeExpressions, hasJoinedAttributes, hasJoinedExpressions, hasJoinedMappingExpressions, hasOrderByExpressions, hasOuterJoinedAttributeQuery, isAttributeExpressionJoined, isAttributeJoined, isAttributeMappingJoined, isAttributeNameInJoinedExpressionList, isMappingInJoinedExpressionList, isToManyJoin, prepareJoinExpression, prepareJoinExpressions, processDataResults, processJoinedMappings, reset, setAdditionalFieldExpressions_, setBaseExpressionBuilder, setBaseQuery, setDataResults, setDataResultsByPrimaryKey, setDescriptor, setIsOuterJoinedAttributeQuery, setIsToManyJoinQuery, setJoinedAttributeExpressions_, setJoinedMappingExpressions_, setJoinedMappingIndexes_, setJoinedMappingQueries_, setJoinedMappingQueryClones, setOrderByExpressions_, setParentResultIndex, setShouldFilterDuplicates, setupLockingClauseForJoinedExpressions, shouldFilterDuplicates
-
-