1 / 15

yagdao 0.3

yagdao 0.3. Yet Another DAO. yagdao. http://www.altuure.com/projects/yagdao Mert Can Akkan mcakkan@yahoo.com http://www.altuure.com. Overview. Popular Java ORM layer JPA 2.0 Hibernate Spring 3.0+ Support (optional) Lightweight No Implementation Framework No Static Code Generation

michi
Télécharger la présentation

yagdao 0.3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. yagdao 0.3 Yet Another DAO

  2. yagdao • http://www.altuure.com/projects/yagdao • Mert Can Akkan • mcakkan@yahoo.com • http://www.altuure.com

  3. Overview • Popular Java ORM layer • JPA 2.0 • Hibernate • Spring 3.0+ Support (optional) • Lightweight • No Implementation Framework • No Static Code Generation • Annotation Based • GenericDAO/CRUD operations • Custom operations

  4. dependency-heaven

  5. my first yagdao Empty implementation

  6. Quickstart JPA 2.0 hibernate • Sample code

  7. springframework support

  8. GenericDAO save(Object entity) update(Object entity) load(T id) loadLazy(T id) delete(Object object) delete(T id) vs….

  9. custom methodscreate & update

  10. custom methodsquery

  11. custom methodsexecute

  12. custom methodscriteria

  13. custom methodscriteria

  14. custom methodscriteria

  15. custom methodscount

More Related