Generated code for data extensions

When you create data extensions, additional associated code is generated to support the created data extensions.

If you create a data extension of Person, Organization, Contract, ProductInstance, or any of their child objects, and pluggable SQL is enabled, then you should use the updateInqLevel administration transaction to update the SQL for affected queries. The query SQL in the generated code for the data extension will be ignored for transactions which use pluggable SQL.

If you implement an inline extension by overriding the base queries, you may need to customize the generated SQL queries in the InquiryData interface for the entity extension. These classes are generated into the entityObject Java™ package.
Note: If you do customize generated SQL queries, you must remove or modify the @generated annotation to prevent your customizations being overwritten by subsequent code generations.


Last updated: 23 October 2014