gorm - Mapping legacy domain class using Grails -


i trying map legacy domain class grails class, when table generated, field associated legacy class tinyblob, , not bigint linked id, , foreing key stuff.

class newclass implements serializable {    grailsentitya grailsentitya   grailsentityb grailsentityb    legacyentity legacyentity  } 

the table has foreing keys grailsentitya , grailsentitya not legacyentity, type tinyblob, without relationship legacyentity table.

is possible this? how?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -