Interface PropertiesSource

  • All Known Implementing Classes:
    PropertiesSourceMap, PropertiesSourceRow

    public interface PropertiesSource
    Interface for a source of properties (for example from a row in database).
    Author:
    Guillaume Le Cousin
    • 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)