i want set some fields, like updateDate, createDate and deleteDate, for each my entities, so i thought to inherit my entities from a @MappedSuperClass that contains this properties.
Is this a good pratice?
In what way you work for this kind of request?
Thanks.