Skip to content

BAEL-7152: The @Find Annotation in Hibernate - #19315

Open
sazzer wants to merge 3 commits into
eugenp:masterfrom
sazzer:BAEL-7152
Open

sazzer wants to merge 3 commits into
eugenp:masterfrom
sazzer:BAEL-7152

Conversation

@sazzer

@sazzer sazzer commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@theangrydev theangrydev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good, minor formatting point

Comment on lines +7 to +14
public class Book {
@Id
@Column(name = "book_id")
private Long bookId;
private String title;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "author_id", nullable = false)
private Author author;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Add a newline between fields (same elsewhere)

Comment thread persistence-modules/hibernate-queries-3/src/test/resources/find/init.sql Outdated
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