Interface PropertyEntityManager
-
- All Superinterfaces:
EntityManager<PropertyEntity>
- All Known Implementing Classes:
PropertyEntityManagerImpl
public interface PropertyEntityManager extends EntityManager<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()
-
-