sharin.sql.generator
Class EntityInfo
java.lang.Object
sharin.sql.generator.EntityInfo
public class EntityInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityInfo
public EntityInfo(Class<?> entityClass)
EntityInfo
public EntityInfo(Class<?> entityClass,
String tableName,
Map<String,String> columnNameMap,
String idColumnName)
hasColumnName
public boolean hasColumnName(String propertyName)
getColumnName
public String getColumnName(String propertyName)
getEntityClass
public Class<?> getEntityClass()
getTableName
public String getTableName()
getIdColumnName
public String getIdColumnName()
getPropertyNames
public String[] getPropertyNames()
Copyright © 2009 SHU. All Rights Reserved.