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