类 ExpandTableInfoFactory

java.lang.Object
com.sie.mbm.mom.framework.db.flex.table.ExpandTableInfoFactory

public class ExpandTableInfoFactory extends Object
  • 字段详细资料

    • mapperTableInfoMap

      private static final Map<Class<?>,com.mybatisflex.core.table.TableInfo> mapperTableInfoMap
    • entityTableMap

      private static final Map<Class<?>,com.mybatisflex.core.table.TableInfo> entityTableMap
    • tableInfoMap

      private static final Map<String,com.mybatisflex.core.table.TableInfo> tableInfoMap
  • 构造器详细资料

    • ExpandTableInfoFactory

      public ExpandTableInfoFactory()
  • 方法详细资料

    • ofMapperClass

      public static ExpandTableInfo ofMapperClass(Class<?> mapperClass)
    • getEntityClass

      private static Class<?> getEntityClass(Class<?> mapperClass)
    • createExpandTableInfo

      private static ExpandTableInfo createExpandTableInfo(Class<?> entityClass)