You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add @MappedSuperclass support documentation to README (#70)
- Added feature to the features list
- Created dedicated section explaining @MappedSuperclass support
- Included code example showing BaseEntity inheritance pattern
- Listed benefits and use cases for the feature
-**Concurrent update protection**: Avoid overwriting newer data with older data
178
179
180
+
### @MappedSuperclass Support
181
+
182
+
Since version 1.5.0, the library fully supports entities that inherit fields from classes annotated with `@MappedSuperclass`. This allows you to define common fields in a base class and have them properly recognized during upsert operations.
0 commit comments