Interface PropertyEntityManager
-
- All Superinterfaces:
EntityManager<IdmPropertyEntity>
- All Known Implementing Classes:
PropertyEntityManagerImpl
public interface PropertyEntityManager extends EntityManager<IdmPropertyEntity>
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IdmPropertyEntity>
findAll()
-
-
-
Method Detail
-
findAll
List<IdmPropertyEntity> findAll()
-
-