Uses of Interface
org.hibernate.sql.exec.spi.LoadedValuesCollector
Packages that use LoadedValuesCollector
-
Uses of LoadedValuesCollector in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LoadedValuesCollectorModifier and TypeMethodDescriptionvoidPostAction.performPostAction(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext, @Nullable LoadedValuesCollector loadedValuesCollector) Perform the action.voidJdbcSelect.performPostActions(boolean succeeded, StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext, LoadedValuesCollector loadedValuesCollector) Perform any post-actions.