@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface TableEngine
| 限定符和类型 | 必需的元素和说明 |
|---|---|
MySqlEngineConstant |
value
表引擎 仅支持com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant中的存储引擎枚举
|
public abstract MySqlEngineConstant value
Copyright © 2024 pig4cloud. All rights reserved.