public class TableHelper
extends Object
- Since:
- 1.4.3
- Author:
- yulichang
-
Constructor Summary
Constructors
-
Method Summary
static com.baomidou.mybatisplus.core.metadata.TableInfo
static com.baomidou.mybatisplus.core.metadata.TableInfo
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TableHelper
public TableHelper()
-
Method Details
-
init
public static void init(Class<?> newClass,
Class<?> oldClass)
-
get
public static com.baomidou.mybatisplus.core.metadata.TableInfo get(Class<?> clazz)
-
getAssert
public static com.baomidou.mybatisplus.core.metadata.TableInfo getAssert(Class<?> clazz)