HHH-16183 Change scopes of private methods in InsertCoordinator
This commit is contained in:
parent
4dfac9ce2d
commit
b2bbc38d2d
|
@ -215,7 +215,7 @@ public class InsertCoordinator extends AbstractMutationCoordinator {
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void breakDownJdbcValue(
|
protected void breakDownJdbcValue(
|
||||||
Object id,
|
Object id,
|
||||||
SharedSessionContractImplementor session,
|
SharedSessionContractImplementor session,
|
||||||
JdbcValueBindings jdbcValueBindings,
|
JdbcValueBindings jdbcValueBindings,
|
||||||
|
@ -235,7 +235,7 @@ public class InsertCoordinator extends AbstractMutationCoordinator {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void decomposeAttribute(
|
protected void decomposeAttribute(
|
||||||
Object value,
|
Object value,
|
||||||
SharedSessionContractImplementor session,
|
SharedSessionContractImplementor session,
|
||||||
JdbcValueBindings jdbcValueBindings,
|
JdbcValueBindings jdbcValueBindings,
|
||||||
|
|
Loading…
Reference in New Issue