|
|
|
|
@ -18,6 +18,7 @@ package org.springframework.data.relational.core.mapping;
@@ -18,6 +18,7 @@ package org.springframework.data.relational.core.mapping;
|
|
|
|
|
import java.lang.annotation.Annotation; |
|
|
|
|
import java.util.Iterator; |
|
|
|
|
|
|
|
|
|
import org.springframework.core.env.Environment; |
|
|
|
|
import org.springframework.data.mapping.*; |
|
|
|
|
import org.springframework.data.mapping.model.PersistentPropertyAccessorFactory; |
|
|
|
|
import org.springframework.data.relational.core.sql.SqlIdentifier; |
|
|
|
|
@ -89,6 +90,11 @@ class EmbeddedRelationalPersistentEntity<T> implements RelationalPersistentEntit
@@ -89,6 +90,11 @@ class EmbeddedRelationalPersistentEntity<T> implements RelationalPersistentEntit
|
|
|
|
|
delegate.setPersistentPropertyAccessorFactory(factory); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void setEnvironment(Environment environment) { |
|
|
|
|
delegate.setEnvironment(environment); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void setEvaluationContextProvider(EvaluationContextProvider provider) { |
|
|
|
|
delegate.setEvaluationContextProvider(provider); |
|
|
|
|
|