@Component public class DdlGeneratorFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DdlGeneratorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
DdlGenerator |
getDdlGenerator(BusinessObjectDataDdlOutputFormatEnum outputFormat)
This method returns the DDL generator for the given output format.
|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic DdlGenerator getDdlGenerator(BusinessObjectDataDdlOutputFormatEnum outputFormat)
outputFormat - the output formatCopyright © 2019. All rights reserved.