We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866909 commit 3992f72Copy full SHA for 3992f72
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/InsertCoordinator.java
@@ -215,7 +215,7 @@ protected void decomposeForInsert(
215
} );
216
}
217
218
- private static void breakDownJdbcValue(
+ protected void breakDownJdbcValue(
219
Object id,
220
SharedSessionContractImplementor session,
221
JdbcValueBindings jdbcValueBindings,
@@ -235,7 +235,7 @@ private static void breakDownJdbcValue(
235
);
236
237
238
- private void decomposeAttribute(
+ protected void decomposeAttribute(
239
Object value,
240
241
0 commit comments