Interface PropertiesSource
-
- All Known Implementing Classes:
PropertiesSourceMap,PropertiesSourceRow
public interface PropertiesSource
-
-
Method Summary
All Methods Instance Methods Abstract 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
Object getSource()
-
getPropertyValue
Object getPropertyValue(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
-
isPropertyPresent
boolean isPropertyPresent(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property)
-
-