Interface DaoSupplier

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 DaoSupplier
Dao提供者
Author:
Maning
  • Method Summary

    Modifier and Type
    Method
    Description
    dao()
    返回Dao对象
  • Method Details

    • dao

      Dao dao()
      返回Dao对象
      Returns:
      Dao