Uses of Class
org.apache.camel.quarkus.component.mybatis.it.entity.Account
-
Packages that use Account Package Description org.apache.camel.quarkus.component.mybatis.it org.apache.camel.quarkus.component.mybatis.it.bean -
-
Uses of Account in org.apache.camel.quarkus.component.mybatis.it
Methods in org.apache.camel.quarkus.component.mybatis.it that return Account Modifier and Type Method Description AccountMybatisResource. selectOne(Integer id)Methods in org.apache.camel.quarkus.component.mybatis.it with parameters of type Account Modifier and Type Method Description IntegerMybatisResource. insertOne(Account account) -
Uses of Account in org.apache.camel.quarkus.component.mybatis.it.bean
Methods in org.apache.camel.quarkus.component.mybatis.it.bean that return Account Modifier and Type Method Description AccountAccountService. selectBeanAccountById(int no)Methods in org.apache.camel.quarkus.component.mybatis.it.bean that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountService. selectBeanAllAccounts()Methods in org.apache.camel.quarkus.component.mybatis.it.bean with parameters of type Account Modifier and Type Method Description voidAccountService. insertBeanAccount(Account account)
-