Class QueryMapper.MetadataBackedField
java.lang.Object
org.springframework.data.r2dbc.query.QueryMapper.Field
org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- Enclosing class:
- QueryMapper
Extension of
QueryMapper.Field
to be backed with mapping metadata.-
Field Summary
Fields inherited from class org.springframework.data.r2dbc.query.QueryMapper.Field
name
-
Constructor Summary
ModifierConstructorDescriptionprotected
MetadataBackedField
(org.springframework.data.relational.core.sql.SqlIdentifier name, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entity, MappingContext<? extends org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>, org.springframework.data.relational.core.mapping.RelationalPersistentProperty> context) Creates a newQueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
.protected
MetadataBackedField
(org.springframework.data.relational.core.sql.SqlIdentifier name, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entity, MappingContext<? extends org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>, org.springframework.data.relational.core.mapping.RelationalPersistentProperty> context, org.springframework.data.relational.core.mapping.RelationalPersistentProperty property) Creates a newQueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
with the givenRelationalPersistentProperty
. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.relational.core.sql.SqlIdentifier
Returns the key to be used in the mapped document eventually.
-
Constructor Details
-
MetadataBackedField
protected MetadataBackedField(org.springframework.data.relational.core.sql.SqlIdentifier name, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entity, MappingContext<? extends org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>, org.springframework.data.relational.core.mapping.RelationalPersistentProperty> context) Creates a newQueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
.- Parameters:
name
- must not be null or empty.entity
- must not be null.context
- must not be null.
-
MetadataBackedField
protected MetadataBackedField(org.springframework.data.relational.core.sql.SqlIdentifier name, org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entity, MappingContext<? extends org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>, org.springframework.data.relational.core.mapping.RelationalPersistentProperty> context, @Nullable org.springframework.data.relational.core.mapping.RelationalPersistentProperty property) Creates a newQueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
with the givenRelationalPersistentProperty
.- Parameters:
name
- must not be null or empty.entity
- must not be null.context
- must not be null.property
- may be null.
-
-
Method Details
-
getMappedColumnName
public org.springframework.data.relational.core.sql.SqlIdentifier getMappedColumnName()Description copied from class:QueryMapper.Field
Returns the key to be used in the mapped document eventually.- Overrides:
getMappedColumnName
in classQueryMapper.Field
- Returns:
-
getTypeHint
- Overrides:
getTypeHint
in classQueryMapper.Field
-