protected static class QueryMapper.Field extends Object
Modifier and Type | Field and Description |
---|---|
protected org.springframework.data.relational.core.sql.SqlIdentifier |
name |
Constructor and Description |
---|
Field(org.springframework.data.relational.core.sql.SqlIdentifier name)
Creates a new
QueryMapper.Field without meta-information but the given name. |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.relational.core.sql.SqlIdentifier |
getMappedColumnName()
Returns the key to be used in the mapped document eventually.
|
TypeInformation<?> |
getTypeHint() |
public Field(org.springframework.data.relational.core.sql.SqlIdentifier name)
QueryMapper.Field
without meta-information but the given name.name
- must not be null or empty.public org.springframework.data.relational.core.sql.SqlIdentifier getMappedColumnName()
public TypeInformation<?> getTypeHint()
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.