HelloI am using the Flex plugin for modeling tables build my
application. But when I deploy thedatabase, some errors occur with the
names of foreign key, with more than 30characters (very annoying, this
limitation of Oracle).If I can set the name of FK using the notation
(like hibernate), which is solved all myproblems, but the FML file does
not seem to take.Has anyone tried it? Is this possible?Another attempt
is to change "org.hibernate.dialect.Oracle10gDialect"for my
ownimplementation, but I'...