Interface PropertyDataManager
-
- All Superinterfaces:
DataManager<PropertyEntity>
- All Known Implementing Classes:
MybatisPropertyDataManager
public interface PropertyDataManager extends DataManager<PropertyEntity>
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddirectInsertProperty(String name, String value)List<PropertyEntity>findAll()
-
-
-
Method Detail
-
findAll
List<PropertyEntity> findAll()
-
-