类 TableAutoCreateServiceMysqlImpl
- java.lang.Object
-
- tech.codingless.core.plugs.mybaties3.TableAutoCreateServiceMysqlImpl
-
- 所有已实现的接口:
TableAutoCreateService
@Service public class TableAutoCreateServiceMysqlImpl extends Object implements TableAutoCreateService
-
-
构造器概要
构造器 构造器 说明 TableAutoCreateServiceMysqlImpl()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static Stringchange2dbFormat(String prop)voidcloseConn()booleancreate()static StringgetTableName(Class<?> clazz)booleansetDOList(Collection<BaseDO> collection)voidsetPassword(String password)voidsetUrl(String url)voidsetUsername(String username)
-
-
-
方法详细资料
-
setPassword
public void setPassword(String password)
- 指定者:
setPassword在接口中TableAutoCreateService
-
setUrl
public void setUrl(String url)
- 指定者:
setUrl在接口中TableAutoCreateService
-
setUsername
public void setUsername(String username)
- 指定者:
setUsername在接口中TableAutoCreateService
-
create
public boolean create()
- 指定者:
create在接口中TableAutoCreateService
-
setDOList
public boolean setDOList(Collection<BaseDO> collection)
- 指定者:
setDOList在接口中TableAutoCreateService
-
closeConn
public void closeConn()
- 指定者:
closeConn在接口中TableAutoCreateService
-
-