Marcos Silva Pereira wrote:
Hello, this is my firts email to list and I want to know hibernate-module users' opinios. In my company we are thinking in use XDoclet, but we have some doubts: can I do any hibernate mapping construction using xdoclet? What are not supported mappings?

King Regards,

Marcos Silva Pereira
Pernambuco - Brazil

Xdoclet (1 & 2) only support simple mappings where, generally speaking, the mapping does not stray very far from the javabeans that you're using. If you start getting into territory where your Hibernate mappings are extremely complex then it's often not possible to do with xdoclet, because we are constrained to only marking up existing javabeans. (For example if two classes map the same component class in wildly different ways, it would be hard to do with xdoclet, because there's only on physical source file of that component and it would be hard to mark it up two different ways for the two different uses.)

Having said that, however, I'd guess that xdoclet can handle 99% of real world cases.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to