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 877e4f0 commit 757c2deCopy full SHA for 757c2de
hibernate-core/src/main/java/org/hibernate/usertype/CompositeUserType.java
@@ -56,7 +56,7 @@
56
* }
57
*
58
* @Override
59
- * public MonetaryAmount instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory) {
+ * public MonetaryAmount instantiate(ValueAccess valueAccess) {
60
* final Currency currency = valueAccess.getValue(0, Currency.class);
61
* final BigDecimal value = valueAccess.getValue(1, BigDecimal.class);
62
0 commit comments