cn.gtmap.estateplat.core.support.mybatis.mapper
类 EntityHelper.EntityTable

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.mybatis.mapper.EntityHelper.EntityTable
包容类:
EntityHelper

public static class EntityHelper.EntityTable
extends Object

实体对应表的配置信息


构造方法摘要
EntityHelper.EntityTable()
           
 
方法摘要
 Map<String,String> getAliasMap()
           
 String getCatalog()
           
 Set<EntityHelper.EntityColumn> getEntityClassColumns()
           
 Set<EntityHelper.EntityColumn> getEntityClassPKColumns()
           
 String getName()
           
 String getPrefix()
           
 String getSchema()
           
 void setTable(javax.persistence.Table table)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EntityHelper.EntityTable

public EntityHelper.EntityTable()
方法详细信息

setTable

public void setTable(javax.persistence.Table table)

getName

public String getName()

getCatalog

public String getCatalog()

getSchema

public String getSchema()

getPrefix

public String getPrefix()

getEntityClassColumns

public Set<EntityHelper.EntityColumn> getEntityClassColumns()

getEntityClassPKColumns

public Set<EntityHelper.EntityColumn> getEntityClassPKColumns()

getAliasMap

public Map<String,String> getAliasMap()


Copyright © 2015–2021 cn.gtmap. All rights reserved.