Adopt to deprecation removals in Commons.

Closes #1944
This commit is contained in:
Mark Paluch
2024-11-19 15:10:19 +01:00
parent 27b0efc3f6
commit 8d8f349a4f
10 changed files with 23 additions and 153 deletions

View File

@@ -106,13 +106,6 @@ class EmbeddedRelationalPersistentEntity<T> implements RelationalPersistentEntit
return delegate.getName();
}
@Override
@Deprecated
@Nullable
public PreferredConstructor<T, RelationalPersistentProperty> getPersistenceConstructor() {
return delegate.getPersistenceConstructor();
}
@Override
@Nullable
public InstanceCreatorMetadata<RelationalPersistentProperty> getInstanceCreatorMetadata() {