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
Post a Comment