Skip to content

Commit

Permalink
Breaking change from hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Dec 15, 2024
1 parent f91665b commit 7cd3e5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.querydsl.apt.domain;

import jakarta.persistence.Entity;
import org.hibernate.envers.DefaultRevisionEntity;
import org.hibernate.envers.RevisionEntity;
import org.hibernate.envers.RevisionMapping;

@Entity
@RevisionEntity
public class Revision extends DefaultRevisionEntity {
public class Revision extends RevisionMapping {

private static final long serialVersionUID = 4587663183059799464L;
}

0 comments on commit 7cd3e5b

Please sign in to comment.