开发者

GORM issues with Grails 2.0.M1

开发者 https://www.devze.com 2023-03-31 11:42 出处:网络
I\'m having trouble with my domain object saving when I have a complex relationship. the offending class NativeEntryEntityPersister is in the jar grails-datastore-core-1.0.0.M7.jar. Does anybody kno

I'm having trouble with my domain object saving when I have a complex relationship.

the offending class NativeEntryEntityPersister is in the jar grails-datastore-core-1.0.0.M7.jar. Does anybody know 开发者_JS百科where I could get a hold of the sources for this?

My grails installation's src folder doesn't have the sources.


Try this:

https://github.com/SpringSource/grails-data-mapping/blob/master/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NativeEntryEntityPersister.java

0

精彩评论

暂无评论...
验证码 换一张
取 消