File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1313import org .hibernate .engine .jdbc .batch .spi .Batch ;
1414import org .hibernate .engine .jdbc .batch .spi .BatchKey ;
1515import org .hibernate .engine .jdbc .mutation .JdbcValueBindings ;
16- import org .hibernate .engine .jdbc .mutation .MutationExecutor ;
1716import org .hibernate .engine .jdbc .mutation .OperationResultChecker ;
1817import org .hibernate .engine .jdbc .mutation .ParameterUsage ;
1918import org .hibernate .engine .jdbc .mutation .TableInclusionChecker ;
3736import static org .hibernate .internal .util .collections .CollectionHelper .isNotEmpty ;
3837
3938/**
40- * Standard {@link MutationExecutor} implementation
39+ * Standard {@link org.hibernate.engine.jdbc.mutation. MutationExecutor}
4140 *
4241 * @author Steve Ebersole
4342 */
You can’t perform that action at this time.
0 commit comments