How to access the original Entity used when repository.save(entity) is invoked from Hibernate AbstractEvents and EventListeners?

前端 未结 0 1839
不思量自难忘°
不思量自难忘° 2021-01-14 23:38

I am using JPA/Hibernate/Spring and have a simple JPA Entity model as shown here :

@Entity
@Table(name = "record")
public class Record extends BaseE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题