public abstract class BaseEntity extends Object implements IEntity
| 构造器和说明 |
|---|
BaseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
tableSupplier()
返回动态归属表
|
<E extends IEntity> |
tableSupplier(String table)
动态修改归属表, 默认无需设置
只有在插入数据时, 不想使用默认对应的数据库表, 想动态调整时才需要
|
<E extends IEntity> |
tableSupplier(TableSupplier supplier)
动态修改归属表, 默认无需设置
只有在插入数据时, 不想使用默认对应的数据库表, 想动态调整时才需要
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, entityClass, findPk, toColumnMap, toColumnMap, toEntityMap, toEntityMap, valueBy, valueByColumn, valueByFieldgetOneValueBypublic <E extends IEntity> E tableSupplier(TableSupplier supplier)
IEntitytableSupplier 在接口中 IEntitysupplier - 动态归属表public <E extends IEntity> E tableSupplier(String table)
IEntitytableSupplier 在接口中 IEntitytable - 动态归属表public String tableSupplier()
IEntitytableSupplier 在接口中 IEntityCopyright © 2022. All rights reserved.