resolveTableName
public Entity resolveTableName(Entity table)
throws java.sql.SQLException,
java.lang.ClassNotFoundException
If the url in this TableEntity is null, we will use the TableEntity name
as url. First we will check if the url is already in the system table
which store the url and table mapping. If the url already existed, the
table name will be set as the table name stored in system table. If the
url doesn't exited, the hashcode of this url (add profix "T") as table
name.
- Parameters:
table
- TableEntity
- Returns:
- TableEntity
- Throws:
java.sql.SQLException
java.lang.ClassNotFoundException