How do I create an Animal? There are all those factories created in the baseclasses,
but I can't see the equivalent to:
dItem = AnimalFactory.create("elephant", true);
from the Hibernate/EJB cartridge.
Jan
Am 22.01.2005 um 23:21 schrieb Jan Heise:
thx
I guess I missed these docs somehow.
Jan
Am 22.01.2005 um 23:13 schrieb Chad Brandon:
Hi Jan,
Each entity has a DAO implemented which handles all finders (like the
factory does in the hibernate cartridge). You can perform any data access
operations within this DAO. Have you taken a look at this recently added
how-to?: http://team.andromda.org/docs/andromda-spring-cartridge/index.html
Chad
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
