Interface AggregateEmbeddableInitializer
-
- All Superinterfaces:
EmbeddableInitializer,FetchParentAccess,Initializer
- All Known Implementing Classes:
AggregateEmbeddableFetchInitializer,AggregateEmbeddableResultInitializer
public interface AggregateEmbeddableInitializer extends EmbeddableInitializer
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static int[]determineAggregateValuesArrayPositions(FetchParentAccess fetchParentAccess, SqlSelection structSelection)int[]getAggregateValuesArrayPositions()default Object[]getJdbcValues(RowProcessingState processingState)-
Methods inherited from interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
asEmbeddableInitializer, getCompositeInstance, getFetchParentAccess, getInitializedInstance, getInitializedPart, isEmbeddableInitializer, resolveState, wrapProcessingState
-
Methods inherited from interface org.hibernate.sql.results.graph.FetchParentAccess
findFirstEntityDescriptorAccess, findFirstEntityInitializer, getNavigablePath, getOwnedModelPartDeclaringType, getOwningParent, getParentKey, registerResolutionListener, shouldSkipInitializer
-
Methods inherited from interface org.hibernate.sql.results.graph.Initializer
asCollectionInitializer, asEntityInitializer, endLoading, finishUpRow, initializeInstance, initializeInstanceFromParent, isCollectionInitializer, isEntityInitializer, isPartOfKey, isResultInitializer, markShallowCached, resolveInstance, resolveKey, startLoading
-
-
-
-
Method Detail
-
getAggregateValuesArrayPositions
int[] getAggregateValuesArrayPositions()
-
getJdbcValues
default Object[] getJdbcValues(RowProcessingState processingState)
-
determineAggregateValuesArrayPositions
static int[] determineAggregateValuesArrayPositions(FetchParentAccess fetchParentAccess, SqlSelection structSelection)
-
-