接口 SimpleArticleService

所有超级接口:
AbstractArticleService<SimpleArticle>, net.guerlab.smart.platform.server.service.BaseFindService<SimpleArticle,​java.lang.Long,​net.guerlab.smart.article.core.searchparams.ArticleSearchParams>, net.guerlab.smart.platform.server.service.QueryWrapperGetter<SimpleArticle,​net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
所有已知实现类:
SimpleArticleServiceImpl

public interface SimpleArticleService
extends AbstractArticleService<SimpleArticle>
简单文章服务
作者:
guer
  • 方法详细资料

    • getEntityClass

      default java.lang.Class<SimpleArticle> getEntityClass()
      获取实体类型
      指定者:
      getEntityClass 在接口中 net.guerlab.smart.platform.server.service.QueryWrapperGetter<SimpleArticle,​net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
      返回:
      实体类型