| 接口 | 说明 |
|---|---|
| AbstractQueryContainerProvider.QueryInfo |
An interface for query information.
|
| AbstractQueryContainerProvider.Repository<T> |
An interface for a generic repository that provides access to data storage.
|
| 类 | 说明 |
|---|---|
| AbstractQueryContainerProvider<T> |
Provides functionality to generate a specific
MethodInvokerContainer object that
supports generating SQL statements based on specified conditions and invoking the repository to execute the SQL,
thereby retrieving data from the database. |
| NamespaceResolvableQueryContainerProvider<T> |
A standard implementation of
AbstractQueryContainerProvider. |
| NamespaceResolvableQueryContainerProvider.QueryInfoImpl |
Query information.
|
Copyright © 2023. All rights reserved.