public static class EntityHelper.EntityTable extends Object
| Constructor and Description |
|---|
EntityHelper.EntityTable() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setTable(javax.persistence.Table table)
public String getName()
public String getCatalog()
public String getSchema()
public String getPrefix()
public Set<EntityHelper.EntityColumn> getEntityClassColumns()
public Set<EntityHelper.EntityColumn> getEntityClassPKColumns()
Copyright © 2015–2022 cn.gtmap. All rights reserved.