How to use hibernate filter with jpa using aop?
i want to create aspect that will cover soft delete functionality. hibernate filter works flawlessly with jpa, here is the sample code.
i want to create aspect that will cover soft delete functionality. hibernate filter works flawlessly with jpa, here is the sample code.