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

すべてのスーパーインターフェース:
EntityInformation<T,ID>EntityMetadata<T>
すべての既知の実装クラス:
MappingRelationalEntityInformation

public interface RelationalEntityInformation<T,ID> extends EntityInformation<T,ID>
リレーショナルデータベース固有の EntityInformation
作成者:
Mark Paluch
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    エンティティが永続化されるテーブルの名前を返します。

    インターフェース org.springframework.data.repository.core.EntityInformation から継承されたメソッド

    getId, getIdType, getRequiredId, isNew

    インターフェース org.springframework.data.repository.core.EntityMetadata から継承されたメソッド

    getJavaType
  • メソッドの詳細

    • getTableName

      SqlIdentifier getTableName()
      エンティティが永続化されるテーブルの名前を返します。
      戻り値: