Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 24255180 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

update revision log entity comment

parent 162b9946
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,12 @@ import org.hibernate.envers.RevisionTimestamp;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.Date;
/**
* Own implementation of hibernate-envers Revision entity, in order to store the user and the modification type.
* Implementation of hibernate envers Revision log entity.
*
* @author Thomas Dussart
* @since 4.0
* @author Joze Rihtarsic (thanks to Thomas Dussart (Domibus))
* @since 4.1
*/
@Entity
@Table(name = "SMP_REV_INFO")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment