Aleksei Tcvetkov

Results 1 issues of Aleksei Tcvetkov

I have several entities with common super class `SoftDeleteSupport` marked with `@MappedSuperclass` annotation. It have `boolean rmv;` field. Currently I have to put `@SQLRestriction` in each entity. I propose to...