Class QueryMapper.Field

java.lang.Object
org.springframework.data.jdbc.core.convert.QueryMapper.Field
Direct Known Subclasses:
QueryMapper.MetadataBackedField
Enclosing class:
QueryMapper

protected static class QueryMapper.Field extends Object
Value object to represent a field and its meta-information.
  • Field Details

  • Method Details

    • isEmbedded

      public boolean isEmbedded()
    • getMappedColumnName

      public SqlIdentifier getMappedColumnName()
      Returns the key to be used in the mapped document eventually.
      Returns:
      the key to be used in the mapped document eventually.
    • getTypeHint

      public TypeInformation<?> getTypeHint()
    • getSqlType

      public SQLType getSqlType()