Uses of Interface
org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
Packages that use PreparedStatementDetails
Package
Description
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
Contains a framework of strategies for efficient retrieval of
database-generated values.
Contains a framework of strategies for retrieving database-generated ids.
-
Uses of PreparedStatementDetails in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation that return PreparedStatementDetailsModifier and TypeMethodDescriptionMutationExecutor.getPreparedStatementDetails(String tableName) Details about thePreparedStatementfor mutating the given table.Methods in org.hibernate.engine.jdbc.mutation with parameters of type PreparedStatementDetailsModifier and TypeMethodDescriptionvoidJdbcValueBindings.beforeStatement(PreparedStatementDetails statementDetails) Called before the execution of the operation for the specified tablebooleanOperationResultChecker.checkResult(PreparedStatementDetails statementDetails, int affectedRowCount, int batchPosition) Check the result of a JDBC operation -
Uses of PreparedStatementDetails in org.hibernate.engine.jdbc.mutation.group
Methods in org.hibernate.engine.jdbc.mutation.group that return PreparedStatementDetailsModifier and TypeMethodDescriptionPreparedStatementGroup.getPreparedStatementDetails(String tableName) Get the PreparedStatement in this group related to the given table-name.PreparedStatementGroup.getSingleStatementDetails()Get the single statement details.PreparedStatementGroup.resolvePreparedStatementDetails(String tableName) Get the PreparedStatement in this group related to the given table-name.Method parameters in org.hibernate.engine.jdbc.mutation.group with type arguments of type PreparedStatementDetailsModifier and TypeMethodDescriptionvoidPreparedStatementGroup.forEachStatement(BiConsumer<String, PreparedStatementDetails> action) Visit the details for each table mutationbooleanPreparedStatementGroup.hasMatching(Predicate<PreparedStatementDetails> filter) -
Uses of PreparedStatementDetails in org.hibernate.generator.values
Methods in org.hibernate.generator.values with parameters of type PreparedStatementDetailsModifier and TypeMethodDescriptionGeneratedValuesMutationDelegate.performMutation(PreparedStatementDetails statementDetails, JdbcValueBindings valueBindings, Object entity, SharedSessionContractImplementor session) Perform themutationand extract the database-generated values. -
Uses of PreparedStatementDetails in org.hibernate.id.insert
Methods in org.hibernate.id.insert with parameters of type PreparedStatementDetailsModifier and TypeMethodDescriptionAbstractReturningDelegate.performMutation(PreparedStatementDetails statementDetails, JdbcValueBindings valueBindings, Object entity, SharedSessionContractImplementor session) AbstractSelectingDelegate.performMutation(PreparedStatementDetails statementDetails, JdbcValueBindings jdbcValueBindings, Object entity, SharedSessionContractImplementor session) GetGeneratedKeysDelegate.performMutation(PreparedStatementDetails statementDetails, JdbcValueBindings jdbcValueBindings, Object entity, SharedSessionContractImplementor session)