Search:

Type: Posts; User: luciano; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    5,204

    Thank you Omar. One more thing, do you know...

    Thank you Omar.

    One more thing, do you know some patch (implemented or in progress) that have similar behaviour to "identity" in PostgreSQL.
  2. Replies
    4
    Views
    5,204

    Omar: I'm not sure about that. If you use (for...

    This is how Hibernate behaves. Transaction management does not rollback your transient objects to their original state. It is the developer responsibility to do this. You can also provide a "fresh"...
  3. Replies
    4
    Views
    5,204

    Spring, Hibernate, PostgreSQL - id generator

    Problem Description
    ****************
    During a transaction that rollbacks, all NEW OBJECTs that had been persisted in it, mantain the Key that has been assigned to then by the GENERATOR. So, the...
Results 1 to 3 of 3