public interface EntityDatasourceFactory
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
checkAndAddAllTables() |
|
public boolean |
checkAndAddTable(java.lang.String entityName) |
|
public boolean |
checkTableExists(java.lang.String entityName) |
|
public void |
destroy() |
|
public javax.activation.DataSource |
getDataSource() Return the JDBC DataSource, if applicable. |
|
public EntityDatasourceFactory |
init(EntityFacade ef, MNode datasourceNode) |
|
public EntityFind |
makeEntityFind(java.lang.String entityName) |
|
public EntityValue |
makeEntityValue(java.lang.String entityName) |
Return the JDBC DataSource, if applicable. Return null if no JDBC DataSource exists for this Entity Datasource.