类 ConfigInfoTagsRelationMapperByDerby

所有已实现的接口:
ConfigTagsRelationMapper, Mapper

public class ConfigInfoTagsRelationMapperByDerby extends AbstractMapperByDerby implements ConfigTagsRelationMapper
The derby implementation of ConfigTagsRelationMapper.
作者:
hyx
  • 构造器详细资料

    • ConfigInfoTagsRelationMapperByDerby

      public ConfigInfoTagsRelationMapperByDerby()
  • 方法详细资料

    • findConfigInfo4PageFetchRows

      public MapperResult findConfigInfo4PageFetchRows(MapperContext context)
      从接口复制的说明: ConfigTagsRelationMapper
      Find config info. The default sql: SELECT a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content FROM config_info a LEFT JOIN config_tags_relation b ON a.id=b.i ...
      指定者:
      findConfigInfo4PageFetchRows 在接口中 ConfigTagsRelationMapper
      参数:
      context - The keys and values are dataId and group.
      返回:
      The sql of finding config info.
    • findConfigInfoLike4PageFetchRows

      public MapperResult findConfigInfoLike4PageFetchRows(MapperContext context)
      从接口复制的说明: ConfigTagsRelationMapper
      Query config info. The default sql: SELECT a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content FROM config_info a LEFT JOIN config_tags_relation b ON a.id=b.id
      指定者:
      findConfigInfoLike4PageFetchRows 在接口中 ConfigTagsRelationMapper
      参数:
      context - the keys and values are dataId and group.
      返回:
      The sql of querying config info.
    • getDataSource

      public String getDataSource()
      从接口复制的说明: Mapper
      Get the datasource name.
      指定者:
      getDataSource 在接口中 Mapper
      返回:
      The name of datasource.