Class MyBatisServiceImpl
- java.lang.Object
-
- com.arms.api.util.samplemybastis.service.MyBatisServiceImpl
-
- All Implemented Interfaces:
MyBatisService
@Service("myBatisService") public class MyBatisServiceImpl extends java.lang.Object implements MyBatisService
-
-
Constructor Summary
Constructors Constructor Description MyBatisServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MyBatisEntity>getList()
-
-
-
Method Detail
-
getList
public java.util.List<MyBatisEntity> getList() throws java.lang.Exception
- Specified by:
getListin interfaceMyBatisService- Throws:
java.lang.Exception
-
-