You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createPersistentEntity(..) effectively only calls the overriden method.
It therefore can be deleted.
Remove error message no longer used.
Original pull request #1783
privatestaticfinalStringMISSING_PARAMETER_NAME = "A constructor parameter name must not be null to be used with Spring Data JDBC; Offending parameter: %s";
43
-
44
43
/**
45
44
* Creates a new {@link JdbcMappingContext}.
46
45
*/
@@ -59,19 +58,6 @@ public JdbcMappingContext(NamingStrategy namingStrategy) {
0 commit comments