クラス MappingContextTypeInformationMapper

java.lang.ObjectSE
org.springframework.data.convert.MappingContextTypeInformationMapper
実装されたすべてのインターフェース:
TypeInformationMapper

public class MappingContextTypeInformationMapper extends ObjectSE implements TypeInformationMapper
MappingContext を使用してセットアップすることも、StringSE エイリアスの MapSE を型に手動でセットアップすることもできる TypeInformationMapper 実装。MappingContext が使用されている場合、MapSE はビルドされ、PersistentEntity インスタンスの型エイリアス情報をインスペクションします。
作成者:
Oliver Gierke, Christoph Strobl, Johannes Englmeier