Class AbstractCorrelatedTupleListTransformer
java.lang.Object
com.blazebit.persistence.view.impl.objectbuilder.transformer.TupleListTransformer
com.blazebit.persistence.view.impl.objectbuilder.transformer.correlation.AbstractCorrelatedTupleListTransformer
- Direct Known Subclasses:
AbstractCorrelatedBatchTupleListTransformer
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ContainerAccumulator<Object>protected final Stringprotected final Class<?>protected final Class<?>protected final Stringprotected final CorrelationProviderFactoryprotected final Stringprotected final Correlatorprotected final intprotected final ManagedViewTypeImplementor<?>protected static final String[]protected final EntityViewConfigurationprotected final String[]protected final Correlatorprotected final Stringprotected final String[]protected final JpaProviderprotected final Limiterprotected final intprotected final ManagedViewTypeImplementor<?>Fields inherited from class com.blazebit.persistence.view.impl.objectbuilder.transformer.TupleListTransformer
startIndex -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCorrelatedTupleListTransformer(ExpressionFactory ef, Correlator correlator, ContainerAccumulator<?> containerAccumulator, ManagedViewTypeImplementor<?> viewRootType, ManagedViewTypeImplementor<?> embeddingViewType, Expression correlationResult, CorrelationProviderFactory correlationProviderFactory, String attributePath, String[] fetches, String[] indexFetches, Expression indexExpression, Correlator indexCorrelator, int viewRootIndex, int embeddingViewIndex, int tupleIndex, Class<?> correlationBasisType, Class<?> correlationBasisEntity, Limiter limiter, EntityViewConfiguration entityViewConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectcreateContainer(Object container) protected Objectprotected voidfillDefaultValues(Map<Object, Map<Object, AbstractCorrelatedTupleListTransformer.TuplePromise>> promiseMap) intprotected StringgetEntityIdName(Class<?> entityClass) protected booleanprotected voidpopulateParameters(FullQueryBuilder<?, ?> queryBuilder) protected ObjectpostConstruct(Object value) Methods inherited from class com.blazebit.persistence.view.impl.objectbuilder.transformer.TupleListTransformer
transform
-
Field Details
-
EMPTY
-
jpaProvider
-
correlator
-
containerAccumulator
-
viewRootType
-
embeddingViewType
-
viewRootIndex
protected final int viewRootIndex -
embeddingViewIndex
protected final int embeddingViewIndex -
correlationAlias
-
correlationExternalAlias
-
correlationResult
-
correlationProviderFactory
-
correlationBasisType
-
correlationBasisEntity
-
attributePath
-
fetches
-
indexFetches
-
indexExpression
-
indexCorrelator
-
limiter
-
entityViewConfiguration
-
-
Constructor Details
-
AbstractCorrelatedTupleListTransformer
public AbstractCorrelatedTupleListTransformer(ExpressionFactory ef, Correlator correlator, ContainerAccumulator<?> containerAccumulator, ManagedViewTypeImplementor<?> viewRootType, ManagedViewTypeImplementor<?> embeddingViewType, Expression correlationResult, CorrelationProviderFactory correlationProviderFactory, String attributePath, String[] fetches, String[] indexFetches, Expression indexExpression, Correlator indexCorrelator, int viewRootIndex, int embeddingViewIndex, int tupleIndex, Class<?> correlationBasisType, Class<?> correlationBasisEntity, Limiter limiter, EntityViewConfiguration entityViewConfiguration)
-
-
Method Details
-
getEntityIdName
-
fillDefaultValues
protected void fillDefaultValues(Map<Object, Map<Object, AbstractCorrelatedTupleListTransformer.TuplePromise>> promiseMap) -
getConsumableIndex
public int getConsumableIndex()- Specified by:
getConsumableIndexin classTupleListTransformer
-
copy
-
isRecording
protected boolean isRecording() -
postConstruct
-
createDefaultResult
-
createContainer
-
populateParameters
-