@ -91,9 +91,10 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@@ -91,9 +91,10 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@ -101,10 +102,22 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@@ -101,10 +102,22 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@ -115,16 +128,6 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@@ -115,16 +128,6 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@ -95,7 +95,7 @@ public class InstantiationAwarePropertyAccessor<T> implements PersistentProperty
@@ -95,7 +95,7 @@ public class InstantiationAwarePropertyAccessor<T> implements PersistentProperty
creator.getParameters().forEach(it->{
if(it.getName()==null){
if(!it.hasName()){
thrownewIllegalStateException(
String.format("Cannot detect parameter names of copy creator of %s",owner.getType()));