インターフェース RepositoryFactoryInformation<T,ID>

すべての既知の実装クラス:
RepositoryFactoryBeanSupportTransactionalRepositoryFactoryBeanSupport

public interface RepositoryFactoryInformation<T,ID>
リポジトリファクトリ、バッキング EntityInformation および RepositoryInformation、リポジトリによって公開される QueryMethod に関するメタ情報を提供できるコンポーネントのインターフェース。
作成者:
Oliver Gierke
  • メソッドの詳細

    • getEntityInformation

      EntityInformation<T,ID> getEntityInformation()
      リポジトリファクトリが使用している EntityInformation を返します。
      戻り値:
    • getRepositoryInformation

      RepositoryInformation getRepositoryInformation()
      RepositoryInformation を返し、使用されているリポジトリに関するメタ情報を判別します。
      戻り値:
    • getPersistentEntity

      PersistentEntity<?,?> getPersistentEntity()
      基礎となるリポジトリによって管理される PersistentEntity を返します。基になる永続化メカニズムが MappingContext を公開しない場合は、null にすることができます。
      戻り値:
    • getQueryMethods

      ListSE<QueryMethod> getQueryMethods()
      そのリポジトリに対して宣言されたすべての QueryMethod を返します。
      戻り値: