Class PropertiesSourceRow
- java.lang.Object
-
- net.lecousin.reactive.data.relational.model.PropertiesSourceRow
-
- All Implemented Interfaces:
PropertiesSource
public class PropertiesSourceRow extends Object implements PropertiesSource
-
-
Constructor Summary
Constructors Constructor Description PropertiesSourceRow(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)ObjectgetSource()booleanisPropertyPresent(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
-
-
-
Method Detail
-
getSource
public Object getSource()
- Specified by:
getSourcein interfacePropertiesSource
-
isPropertyPresent
public boolean isPropertyPresent(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
- Specified by:
isPropertyPresentin interfacePropertiesSource
-
getPropertyValue
public Object getPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
- Specified by:
getPropertyValuein interfacePropertiesSource
-
-