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 Object
getPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
Object
getSource()
boolean
isPropertyPresent(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
-
-
-
Method Detail
-
getSource
public Object getSource()
- Specified by:
getSource
in interfacePropertiesSource
-
isPropertyPresent
public boolean isPropertyPresent(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
- Specified by:
isPropertyPresent
in interfacePropertiesSource
-
getPropertyValue
public Object getPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
- Specified by:
getPropertyValue
in interfacePropertiesSource
-
-