playing with JPA, I do several transactions. It seems between the transactions, all the data is always lost from the database. Setting hibernate.hbm2ddl.auto to false seems to solve it. Strange but just give me working code plz..
playing with JPA, I do several transactions. It seems between the transactions, all the data is always lost from the database. Setting hibernate.hbm2ddl.auto to false seems to solve it. Strange but just give me working code plz..