You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
A quick question, While developing the template how did you get the name of foreign table name using FreeMarker? for example department table name from Employee table ?
The text was updated successfully, but these errors were encountered:
I used the intellij plugin platform which provides velocity templates (I have not used free marker). The intellij plugin platform also provides a handy com.intellij.psi.PsiClass which provides me with all the attributes of the class am dealing with I can then determine if the class is a relationship or not. Hope this helps. Free free to ask for clarification.
Hi
A quick question, While developing the template how did you get the name of foreign table name using FreeMarker? for example department table name from Employee table ?
The text was updated successfully, but these errors were encountered: