java.lang.Object
org.springframework.data.jdbc.core.convert.QueryMapper.Field
- Direct Known Subclasses:
QueryMapper.MetadataBackedField
- Enclosing class:
- QueryMapper
Value object to represent a field and its meta-information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.data.relational.core.sql.SqlIdentifier -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.relational.core.sql.SqlIdentifierReturns the key to be used in the mapped document eventually.boolean
-
Field Details
-
name
protected final org.springframework.data.relational.core.sql.SqlIdentifier name
-
-
Method Details
-
isEmbedded
public boolean isEmbedded() -
getMappedColumnName
public org.springframework.data.relational.core.sql.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
-
getSqlType
-