Most voted "hibernate-envers" questions
3 questions
Sort by count of
-
6
votes2
answers942
viewsProperly configured hibernate does not insert into database
My code does not enter in the database Mysql. It identifies all database, tables and fields, but insertion is not done. Usuariodao.java package br.com.sistec.dao; import org.hibernate.Session;…
-
2
votes1
answer708
viewsHow to store date/time of change in BD using Hibernate Envers?
I need to keep a log of all transactions of an entity with Hibernate Envers. I set persistence.xml as below: <!-- Configurações do Envers --> <property…
-
-1
votes1
answer461
viewsEnvers hibernate problem with class objects within a class
I have the following class. @Entity @Audited @GenericGenerator(name = "Sequence_Generic", strategy = "com.paradigma.ecred.dao.hibernate.generator.ManualGenerator") // sequence generic criado para a…