Home » Database, Open Source Tools

Easing JPA data access with Hades

7 July 2010 2 Comments

This video introduces the OpenSource library Hades that significantly eases implementing data access layers with JPA. It takes the audience on a guided tour through code samples introducing the features of Hades:
* Executing queries by only declaring interface methods
* Extending the EntityManager to provide a typed interface, programmatic pagination and sort support
* Combining execution of finder methods with pagination
* Auditing of entities to keep track of creation and modification date and user
* Integration of custom data access code
* Integration into Spring applications via Spring namespace and Spring IDE extension

Related Videos:

2 Comments »

  • John Turner said:

    I was not aware of this project but this was a good presentation. This project certainly scratches an itch but I wonder if it was incorporated into the hibernate project would this give it more traction?

  • Oliver Gierke said:

    Hi John,

    thanks for the warm words… We’re currently sorting out if there’s way’s to get it more close with the Spring eco system. There’s something in the works, so keep an eye on it :)

    Regards,
    Ollie

Comments:

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.

*