クラス BasicPersistentEntity<T,P extends PersistentProperty<P>>

java.lang.ObjectSE
org.springframework.data.mapping.model.BasicPersistentEntity<T,P>
実装されたすべてのインターフェース:
IterableSE<P>AwareEnvironmentAwareMutablePersistentEntity<T,P>PersistentEntity<T,P>

public class BasicPersistentEntity<T,P extends PersistentProperty<P>> extends ObjectSE implements MutablePersistentEntity<T,P>
PersistentEntity の情報をキャプチャーする単純な値オブジェクト。
作成者:
Oliver Gierke, Jon Brisbin, Patryk Wasik, Thomas Darimont, Christoph Strobl, Mark Paluch, Johannes Englmeier