开发者

Hibernate @CollectionOfElements Annotation for internationalisation

开发者 https://www.devze.com 2023-01-22 04:18 出处:网络
开发者_如何学GoDoes anyone know of a good example (on the net) of how to use the @collectrionOfElements annotations in Hibernate. I have existing model objects and I need to internationalize a few fie
开发者_如何学Go

Does anyone know of a good example (on the net) of how to use the @collectrionOfElements annotations in Hibernate. I have existing model objects and I need to internationalize a few fields on each of them ie: Name, Description . . .

Does this mean I do not have to change/add new tables and model objects as Hibernate will know how to create these on the fly?

Thanks J


This looks like it going to work

http://i-proving.com/2006/11/06/collection-of-elements/

0

精彩评论

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