クラス R2dbcMappingContext

実装されているすべてのインターフェース:
AwareBeanFactoryAwareInitializingBeanApplicationContextAwareApplicationEventPublisherAwareEnvironmentAwareMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>

public class R2dbcMappingContext extends RelationalMappingContext
RelationalMappingContext への R2DBC 固有の拡張。
作成者:
Mark Paluch, Jens Schauder
  • コンストラクターの詳細

    • R2dbcMappingContext

      public R2dbcMappingContext()
      新しい R2dbcMappingContext を作成します。
    • R2dbcMappingContext

      public R2dbcMappingContext(NamingStrategy namingStrategy)
      指定された NamingStrategy を使用して新しい R2dbcMappingContext を作成します。
      パラメーター:
      namingStrategy - null であってはなりません。
  • メソッドの詳細

    • forPlainIdentifiers

      public static R2dbcMappingContext forPlainIdentifiers()
      plain identifiers を使用して新しい R2dbcMappingContext を作成します。プレーン identifiers (つまり、テーブル名と列名) は通常、大文字と小文字を区別しません (ただし、特定のデータベース設定では大文字と小文字の区別が強制される場合があります)。
      戻り値:
      プレーン識別子を使用する新しい R2dbcMappingContext
      導入:
      4.0
    • forPlainIdentifiers

      public static R2dbcMappingContext forPlainIdentifiers(NamingStrategy namingStrategy)
      plain identifiers と指定された NamingStrategy を使用して新しい R2dbcMappingContext を作成します。プレーン identifiers (つまり、テーブル名と列名) は通常、大文字と小文字を区別しません (ただし、特定のデータベース構成では大文字と小文字の区別が強制される場合があります)。
      パラメーター:
      namingStrategy - null であってはなりません。
      戻り値:
      プレーン識別子を使用する新しい R2dbcMappingContext
      導入:
      4.0
    • forQuotedIdentifiers

      public static R2dbcMappingContext forQuotedIdentifiers()
      quoted identifiers を使用して新しい R2dbcMappingContext を作成します(デフォルトの動作)。引用符で囲まれた identifiers(テーブル名と列名など)は通常、大文字と小文字が区別されます。
      戻り値:
      引用符で囲まれた識別子を使用した新しい R2dbcMappingContext
      導入:
      4.0
    • forQuotedIdentifiers

      public static R2dbcMappingContext forQuotedIdentifiers(NamingStrategy namingStrategy)
      quoted identifiers(デフォルトの動作)と指定された NamingStrategy を使用して新しい R2dbcMappingContext を作成します。引用符で囲まれた identifiers(つまり、テーブル名と列名)は通常、大文字と小文字が区別されます。
      パラメーター:
      namingStrategy - null であってはなりません。
      戻り値:
      引用符で囲まれた識別子を使用した新しい R2dbcMappingContext
      導入:
      4.0
    • shouldCreatePersistentEntityFor

      protected boolean shouldCreatePersistentEntityFor(org.springframework.data.core.TypeInformation<?> type)
      オーバーライド:
      クラス AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>shouldCreatePersistentEntityFor