Vadim Lopatin

Results 93 comments of Vadim Lopatin

Transaction support is incomplete in hibernated. Doesn't following code work for you? sess.close(); sess = factory.openSession();

I believe @UniqueKey() annotation is to be used instead @Entity class Value { @Id @Generated int id; @Column("name") @UniqueKey("name_index") string name; } Let me know if it's not working as...

Not supported yet. Can be implemented in future.