All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.org.tinygroup.tinydbflowcomponent.2.2.1.source-code.flowbasiccomponent.pagefc.xml Maven / Gradle / Ivy

There is a newer version: 3.4.9
Show newest version

    
        调用tinydb的新增方法来完成新增服务
        
            beanType:类似数据库表名
            schema:数据库模式
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
        
        
        
        
    

    
        调用tinydb的更新方法来完成修改服务
        
            beanType:类似数据库表名
            schema:数据库模式
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
        
        
        
        
    
    
        调用tinydb的删除方法来完成删除服务
        
            beanType:类似数据库表名
            schema:数据库模式
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
        
        
         
        
    
    
        调用tinydb的查询方法来完成查询服务
        
            beanType:类似数据库表名
            schema:数据库模式 
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
        
        
         
        
    
    
        调用tinydb的主键查询方法来完成查询服务
        
            beanType:类似数据库表名
            schema:数据库模式 
            primaryKey:前台传送过来的主键值
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
        
        
         
        
        
    
    
        调用tinydb的分页查询方法来完成查询服务
        
            beanType:类似数据库表名
            schema:数据库模式 
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
            start:每页开始的记录数
            limit:每页记录数
        
        
          
        
        
        
    
    
        调用tinydb的sql查询方法来完成查询服务
        
            beanType:类似数据库表名
            schema:数据库模式 
            querySql:查询的sql语句
            resultKey:方法返回的Bean对象,将以resultKey属性对应的值作为key保存到上下文中
            start:每页开始的记录数
            limit:每页记录数
        
        
          
           
        
        
        
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy