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, getParentKey, registerResolutionListener
-
Methods inherited from interface org.hibernate.sql.results.graph.Initializer
asEntityInitializer, endLoading, finishUpRow, initializeInstance, isAttributeAssignableToConcreteDescriptor, isCollectionInitializer, isEntityInitializer, resolveInstance, resolveKey
-
-
-
-
Method Detail
-
getAggregateValuesArrayPositions
int[] getAggregateValuesArrayPositions()
-
getJdbcValues
default Object[] getJdbcValues(RowProcessingState processingState)
-
determineAggregateValuesArrayPositions
static int[] determineAggregateValuesArrayPositions(FetchParentAccess fetchParentAccess, SqlSelection structSelection)
-
-