Interface EntitySupplier<T>

Type Parameters:
T - 实体类类型
All Known Subinterfaces:
EntityCountQuery<T>, EntityDeleteCmd<T>, EntityExistsQuery<T>, EntityGetColumnQuery<T>, EntityGetQuery<T>, EntityInsertCmd<T>, EntityListColumnQuery<T>, EntityListQuery<T>, EntityOptionalQuery<T>, EntityPageQuery<T>, EntityStreamQuery<T>, EntityUpdateCmd<T>
All Known Implementing Classes:
EntityDao
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EntitySupplier<T>
实体类提供者
Author:
Maning
  • Method Summary

    Modifier and Type
    Method
    Description
    提供实体类
  • Method Details

    • entityClass

      Class<T> entityClass()
      提供实体类
      Returns:
      实体类