クラス QueryMapper.Field

java.lang.ObjectSE
org.springframework.data.cassandra.core.convert.QueryMapper.Field
既知の直属サブクラス
QueryMapper.MetadataBackedField
含まれているクラス:
QueryMapper

protected static class QueryMapper.Field extends ObjectSE
フィールドとそのメタ情報を表す値オブジェクト。
作成者:
Mark Paluch
  • フィールドの詳細

  • メソッドの詳細

    • with

      public QueryMapper.Field with(ColumnName name)
      指定された名前を持つ新しい QueryMapper.Field を返します。
      パラメーター:
      name - null または空であってはなりません。
      戻り値:
      指定された名前を持つ新しい QueryMapper.Field
    • getProperty

      public OptionalSE<CassandraPersistentProperty> getProperty()
      フィールドを支える基礎となる CassandraPersistentProperty を返します。パストラバーサルの場合、これは処理する値を表すプロパティになります。つまり、プレーンパスの場合はリーフプロパティ、パス内のどこかにある関連付けを参照する場合は関連付けプロパティになります。
    • getMappedKey

      public ColumnName getMappedKey()
      マップされたドキュメントで最終的に使用されるキーを返します。