Interface PropertyEntityManager
-
- All Superinterfaces:
EntityManager<PropertyEntity>
- All Known Implementing Classes:
PropertyEntityManagerImpl
@Internal public interface PropertyEntityManager extends EntityManager<PropertyEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PropertyEntity>findAll()
-
-
-
Method Detail
-
findAll
java.util.List<PropertyEntity> findAll()
-
-