クラス EntityMapping

java.lang.ObjectSE
org.springframework.data.cassandra.core.mapping.EntityMapping

public class EntityMapping extends ObjectSE
個々のエンティティクラスのマッピング情報。
作成者:
Matthew T. Adams, John Blum
  • コンストラクターの詳細

  • メソッドの詳細

    • getEntityClassName

      @Nullable public StringSE getEntityClassName()
    • setEntityClassName

      public void setEntityClassName(StringSE entityClassName)
    • getForceQuote

      @DeprecatedSE public StringSE getForceQuote()
      使用すべきではありません。
      3.0 以降。型名は CqlIdentifier に変換されるため、名前を引用符で囲む必要があるかどうかを示す必要がなくなりました。
      戻り値:
    • setForceQuote

      @DeprecatedSE public void setForceQuote(StringSE forceQuote)
      使用すべきではありません。
    • getPropertyMappings

      public MapSE<StringSE,PropertyMapping> getPropertyMappings()
    • setPropertyMappings

      public void setPropertyMappings(@Nullable MapSE<StringSE,PropertyMapping> propertyMappings)
    • getTableName

      public StringSE getTableName()
    • setTableName

      public void setTableName(StringSE tableName)
    • equals

      public boolean equals(@Nullable ObjectSE obj)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString