Skip to content

Commit 3992f72

Browse files
DavideDbeikov
authored andcommitted
HHH-16183 Change scopes of private methods in InsertCoordinator
1 parent d866909 commit 3992f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/InsertCoordinator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ protected void decomposeForInsert(
215215
} );
216216
}
217217

218-
private static void breakDownJdbcValue(
218+
protected void breakDownJdbcValue(
219219
Object id,
220220
SharedSessionContractImplementor session,
221221
JdbcValueBindings jdbcValueBindings,
@@ -235,7 +235,7 @@ private static void breakDownJdbcValue(
235235
);
236236
}
237237

238-
private void decomposeAttribute(
238+
protected void decomposeAttribute(
239239
Object value,
240240
SharedSessionContractImplementor session,
241241
JdbcValueBindings jdbcValueBindings,

0 commit comments

Comments
 (0)