Class PersistentPropertyTranslator

java.lang.Object
org.springframework.data.relational.core.mapping.PersistentPropertyTranslator

public class PersistentPropertyTranslator extends Object
Utility to translate a RelationalPersistentProperty into a corresponding property from a different RelationalPersistentEntity by looking it up by name.

Mainly used within the framework.

Since:
3.2
Author:
Mark Paluch