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
feat: Enhance CRUD repository with @transactional decorator for improved transaction management
- Added @transactional decorator to multiple CRUD methods in CrudRepository to ensure proper transaction handling.
- Updated commit logic in PySpringSession to warn against committing managed transactions.
- Refactored clone method in PySpringModel to return the correct type.
- Improved logging during session commit in PySpringModel for better clarity.
- Introduced a method in SessionContextHolder to check if a transaction is managed.
0 commit comments