grails - Composite foreign key columns in GORM -


I need to customize column names for the overall foreign keys in GORM, and I did not find any documents that show How do that I know how to customize PK columns, and how to optimize a single-column FK, but not multi-column FK. Is this possible?

Thank you.

The domain class with the overall ID must implement the serialjob interface.

  class person applies serial jub {...}  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -