aspose file tools
The moose likes Object Relational Mapping and the fly likes Does iBatis have tools for reverse engineering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Does iBatis have tools for reverse engineering " Watch "Does iBatis have tools for reverse engineering " New topic
Author

Does iBatis have tools for reverse engineering

Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

I havent used iBatis before. Have had experience in Hibernate. Hibernate provides its own set of tools to generate the mapping files and the java files given a set of database tables as input (reverse engineering). Does iBatis have such tools or do we rely on 3rd party tools for autogeneration of mapping and java files from database tables?


[My Blog] [JavaRanch Journal]
Brandon Goodin
author
Greenhorn

Joined: Nov 08, 2006
Posts: 14
Yes, http://ibatis.apache.org/abator.html.


Brandon Goodin<br />Independent Consultant<br /><a href="http://www.silvermindsoftware.com" target="_blank" rel="nofollow">http://www.silvermindsoftware.com</a>
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Thanks Brandon Goodin
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Does iBatis have tools for reverse engineering
 
Similar Threads
Tired of hibernate eclipse plugins.... any better way ?
iBatis question
Setting up Hibernate Discriminators
Reverse enginerring not creating object into POJO
Hibernate Native SQL versus iBATIS