Skip to content

Conversation

@dreab8
Copy link
Member

@dreab8 dreab8 commented May 22, 2024

scope.inTransaction(
session -> {
TestEntity testEntity = new TestEntity( 1l, "prop1", "prop2" );
session.save( testEntity );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation

Invoking [Session.save](1) should be avoided because it has been deprecated.
@dreab8
Copy link
Member Author

dreab8 commented Jun 11, 2024

superseded by #8543

@dreab8 dreab8 closed this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant