Interface MyBatisService
-
- All Known Implementing Classes:
MyBatisServiceImpl
public interface MyBatisService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MyBatisEntity>getList()
-
-
-
Method Detail
-
getList
java.util.List<MyBatisEntity> getList() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-