インターフェース PropertyHandler<P extends PersistentProperty<P>>


public interface PropertyHandler<P extends PersistentProperty<P>>
関連付けと一時プロパティを除くすべてのプレーン PersistentProperty インスタンスで何かを行うためのコールバックインターフェース。
作成者:
Jon Brisbin
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    doWithPersistentProperty(P persistentProperty)
  • メソッドの詳細

    • doWithPersistentProperty

      void doWithPersistentProperty(P persistentProperty)