Package org.adempiere.util
Class GenerateModelJPA
java.lang.Object
org.adempiere.util.GenerateModelJPA
Deprecated, for removal: This API element is subject to removal in a future version.
Generate Model Classes extending PO.
Base class for CMP interface - will be extended to create byte code directly
- Version:
- $Id$
- Author:
- Jorg Janke, Victor Perez (JPA variation)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGenerateModelJPA
(int AD_Table_ID, String directory, String packageName) Deprecated, for removal: This API element is subject to removal in a future version.Generate PO Class -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, for removal: This API element is subject to removal in a future version.Generate PO Model Class.toString()
Deprecated, for removal: This API element is subject to removal in a future version.String representation
-
Field Details
-
COPY
Deprecated, for removal: This API element is subject to removal in a future version.File Header- See Also:
-
-
Constructor Details
-
GenerateModelJPA
Deprecated, for removal: This API element is subject to removal in a future version.Generate PO Class- Parameters:
AD_Table_ID
- table iddirectory
- directory with \ or / at the end.packageName
- package name
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.String representation -
main
Deprecated, for removal: This API element is subject to removal in a future version.Generate PO Model Class.Example: java GenerateModel.class mydirectory myPackage 'U','A' would generate entity type User and Application classes into mydirectory. Without parameters, the default is used: C:\Adempiere\adempiere-all\extend\src\adempiere\model\ adempiere.model 'U','A'
- Parameters:
args
- directory package entityType - directory where to save the generated file - package of the classes to be generated - entityType to be generated
-