is there any ORM for android like ADO Entity with gui editor plugin for eclipse?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use an ORM that supports JPA annotations like ORMLite you can (in Eclipse) try to install the JPA Diagram Editor (
Help > Install new software... > Juno release site > Web, XML... > Dali JPA Tools - JPA Diagram Editor). Configure your project as JPA project and you can begin to use the diagram editor. You can even install the JBoss Hibernate tools (“Nightly” for Juno), configure your project as Hibernate project and use the map diagram – even when you don’t use Hibernate in the final product.I think this is the closest you can get.
Honestly, I don’t think the diagrams are terribly helpful when creating new entities. They are quite helpful for forensic analysis of larger legacy projects (which would be untypical for Android projects). The JPA perspective with its tools is nice when creating entities (no need to explcitely learn and remember every subtlety of the annotations); the possibilities of the Hibernate perspective to execute HQL/JPQL are great (but not helpful for Android development yet).