クラス Association<P extends PersistentProperty<P>>

java.lang.ObjectSE
org.springframework.data.mapping.Association<P>
型パラメーター:
P - PersistentProperty は関連付けが接続します。

public class Association<P extends PersistentProperty<P>> extends ObjectSE
Association をキャプチャーする値オブジェクト。
作成者:
Jon Brisbin, Mark Paluch
  • コンストラクターの詳細

    • Association

      public Association(P inverse, @Nullable P obverse)
      指定された 2 つの PersistentProperty の間に新しい Association を作成します。
      パラメーター:
      inverse -
      obverse -
  • メソッドの詳細

    • getInverse

      public P getInverse()
    • getObverse

      @Nullable public P getObverse()