@groovy.transform.CompileStatic class EntityDatasourceFactoryImpl extends java.lang.Object implements EntityDatasourceFactory
Modifiers | Name | Description |
---|---|---|
protected static int |
DS_RETRY_COUNT |
|
protected static long |
DS_RETRY_SLEEP |
|
protected javax.activation.DataSource |
dataSource |
|
protected MNode |
datasourceNode |
|
protected EntityFacadeImpl |
efi |
|
protected static org.slf4j.Logger |
logger |
Type | Name and description |
---|---|
DatasourceInfo |
dsi |
Constructor and description |
---|
EntityDatasourceFactoryImpl
() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
checkAndAddAllTables() |
|
boolean |
checkAndAddTable(java.lang.String entityName) |
|
boolean |
checkTableExists(java.lang.String entityName) |
|
void |
destroy() |
|
javax.activation.DataSource |
getDataSource() |
|
EntityDatasourceFactory |
init(EntityFacade ef, MNode datasourceNode) |
|
EntityFind |
makeEntityFind(java.lang.String entityName) |
|
EntityValue |
makeEntityValue(java.lang.String entityName) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation