Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming AuthorBookRecord in documentation #9671

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cunhazera
Copy link

Renaming AuthorBookRecord to AuthorBookSummary

[Please describe here what your change is about]

The documentation uses a class name as example, called AuthorBookSummary, but later on there is a new class called AuthorBookRecord

I wonder if AuthorBookSummary should be the class name used in the record declaration and in the implementation.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


Renaming AuthorBookRecord to AuthorBookSummary
@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [f852d7d]

› This message was automatically generated.

@cunhazera
Copy link
Author

@sebersole @gavinking if this PR is correct, can we get a jira to pass the build?

Comment on lines 565 to 566
The `@Param` annotation is significantly less useful, since we can always rename our HQL query parameter to match the method parameter, or, at worst, use an ordinal parameter instead. No newline at end of file
The `@Param` annotation is significantly less useful, since we can always rename our HQL query parameter to match the method parameter, or, at worst, use an ordinal parameter instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cunhazera What changed here ... the lines look identical.

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.

2 participants