JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.miaixz.bus.mapper.entity
Interface TableNames
All Known Implementing Classes:
Condition
,
Weekend
public interface
TableNames
实现动态表名时,实体类需要实现该接口
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDynamicTableName
()
获取动态表名 - 只要有返回值,不是null和'',就会用返回值作为表名
Method Details
getDynamicTableName
String
getDynamicTableName
()
获取动态表名 - 只要有返回值,不是null和'',就会用返回值作为表名
Returns:
the string