[hibernate-dev] Quick question about PostCommitInsertEventListener

2015-04-27 Thread Haswell, Josiah D
Hi folks, In Datomic, when you create an entity, you must give the entity a temporary ID before you insert it. After the transaction completes, each entity in the transaction is given an actual persistence ID back from the database. My initial approach was to generate the temporary identifie

[hibernate-dev] Datomic OGM implementation

2015-04-24 Thread Haswell, Josiah D
Hi folks, How can I begin to submit a new grid dialect to the project? I'm most of the way through implementing a dialect for Datomic, and am most of the way through the approval process to submit it back to the community. I've had to make some (pretty minor) changes

Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM

2015-02-12 Thread Haswell, Josiah D
[mailto:gunnar.morl...@googlemail.com] On Behalf Of Gunnar Morling Sent: Thursday, February 12, 2015 12:43 AM To: Haswell, Josiah D Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM 2015-02-12 1:37 GMT+01:00 Haswell, Josiah D

Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM

2015-02-11 Thread Haswell, Josiah D
[mailto:gunnar.morl...@googlemail.com] On Behalf Of Gunnar Morling Sent: Wednesday, February 11, 2015 12:43 AM To: Haswell, Josiah D Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM Hi Josiah, It's great to hear that you are working

[hibernate-dev] Question about substituting IDs in Hibernate OGM

2015-02-10 Thread Haswell, Josiah D
Hi folks, I'm creating a Hibernate OGM implementation for Datomic, and I have a question about IDs. Say I have the entity @Entity public class Person { @Id @GeneratedValue Long id; } In Datomic, you have to assign a temporary ID before submitting the transaction. Datomic will then return t