Results 1 to 2 of 2

Thread: Where do I find more details about spring data jpa auditing?

  1. #1
    Join Date
    Jun 2012
    Posts
    1

    Default Where do I find more details about spring data jpa auditing?

    Hi!

    Spring data JPA seems really nice! Also, the video intro is quite informative and simple to follow.

    I am looking for more information on how spring data jpa does auditing and how does it compare to hibernate envers' auditing support?

    Some specific things that I am looking for are:
    1. What does the table structure look like for an audited entity?
    2. How do I query for the latest version of the entity?
    3. How do I query for the previous versions of the entity? - list all of them or based on a specific criteria
    4. How do I generate the schema DDL (examples for a generator java class/ant target definition)?
    5. How does it compare to hibernate envers? (features, performance, ease of use, etc)

  2. #2
    Join Date
    Mar 2007
    Posts
    561

    Default

    I think Spring JPA data only tracks who has changed when and not like enverse the full history of an entity:

    http://static.springsource.org/sprin.../#jpa.auditing

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •