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:
  • 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

    Modifier and Type
    Method
    Description
    protected void
    processDataResults(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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FixedJoinerAttributeManager

      public FixedJoinerAttributeManager(org.eclipse.persistence.descriptors.ClassDescriptor descriptor, org.eclipse.persistence.expressions.ExpressionBuilder baseBuilder, org.eclipse.persistence.queries.ObjectBuildingQuery baseQuery)
  • Method Details

    • processDataResults

      protected void processDataResults(org.eclipse.persistence.internal.sessions.AbstractSession session)
      Overrides:
      processDataResults in class org.eclipse.persistence.internal.queries.JoinedAttributeManager