1. Home
  2. Docs
  3. Chapter 30. Project Options
  4. 3. ORM
  5. Synchronization

Synchronization

Download PDF
Option Name Description
Entity => Class Name – Prefix Append characters/words in front of name
Entity => Class Name – Class name
  • Capitalize – (default) The first character of each word becomes uppercase
  • Decapitalize – The first character of each word becomes lowercase
  • Upper case – All characters become uppercase
  • Lower case – All characters become lowercase
  • Upper camel case – words are joined without underscore (“_”) and are capitalized
  • Lower camel case – Same as upper camel case except that the first character is lower case
  • Reverse camel case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are lower case
  • Reverse camel to upper case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are upper case
  • Don’t change – Keep name unchanged
Entity => Class Name – Suffix Append characters/words after name.
Column => Attribute Name – Prefix Append characters/words in front of name.
Column => Attribute Name – Attribute Name
  • Capitalize – The first character of each word becomes uppercase
  • Decapitalize – (default) The first character of each word become lowercase
  • Upper case – All characters become uppercase
  • Lower case – All characters become lowercase
  • Upper camel case – words are joined without underscore (“_”) and are capitalized
  • Lower camel case – Same as upper camel case except that the first character is lower case
  • Reverse camel case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are lower case
  • Reverse camel to upper case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are upper case
  • Don’t change – Keep name unchanged
Column => Attribute Name – Suffix Append characters/words after name.
Class => Entity Name – Prefix Append characters/words in front of name.
Class => Entity Name – Table name
  • Capitalize – The first character of each word becomes uppercase
  • Decapitalize – The first character of each word becomes lowercase
  • Upper case – All characters become uppercase
  • Lower case – All characters become lowercase
  • Upper camel case – words are joined without underscore (“_”) and are capitalized
  • Lower camel case – Same as upper camel case except that the first character is lower case
  • Reverse camel case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are lower case
  • Reverse camel to upper case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are upper case
  • Don’t change – (default) Keep name unchanged
Class => Entity Name – Suffix Append characters/words after name.
Attribute => Column Name – Prefix Append characters/words in front of name.
Attribute => Column Name – Column name
  • Capitalize – (default) The first character of each word becomes uppercase
  • Decapitalize – The first character of each word becomes lowercase
  • Upper case – All characters become uppercase
  • Lower case – All characters become lowercase
  • Upper camel case – words are joined without underscore (“_”) and are capitalized
  • Lower camel case – Same as upper camel case except that the first character is lower case
  • Reverse camel case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are lower case
  • Reverse camel to upper case – each upper case character are considered as word separator, words are joined with underscore (“_”) and are upper case
  • Don’t change – Keep name unchanged
Attribute => Column Name – Suffix Append characters/words after name.
Synchronize Name
  • Yes – Auto update model element name when synchronize class diagram and ERD
  • No – Do not update model element name when synchronize class diagram and ERD
  • Prompt – (default) Prompt to update model element name when synchronize class diagram and ERD
Table per subclass FK Mapping
  • Top Base Class
  • Super Class
Re-create shapes when synchtonize diagram
Synchronize attribute initial value to column default value
Generate association with attribute