Uses of Interface
org.hibernate.engine.jdbc.spi.MutationStatementPreparer
-
Packages that use MutationStatementPreparer Package Description org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction. -
-
Uses of MutationStatementPreparer in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement MutationStatementPreparer Modifier and Type Class Description classMutationStatementPreparerImplMethods in org.hibernate.engine.jdbc.internal that return MutationStatementPreparer Modifier and Type Method Description MutationStatementPreparerJdbcCoordinatorImpl. getMutationStatementPreparer() -
Uses of MutationStatementPreparer in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return MutationStatementPreparer Modifier and Type Method Description MutationStatementPreparerJdbcCoordinator. getMutationStatementPreparer()The builder of prepared and callable JDBC statements for mutation operations (insert, update and delete) originating from persistent context events, as opposed to Query handling
-