Skip to content

ExerciseCheckPointSpringJPA #8

Open
MisCor wants to merge 1 commit intoih-java-08-25:mainfrom
MisCor:main
Open

ExerciseCheckPointSpringJPA #8
MisCor wants to merge 1 commit intoih-java-08-25:mainfrom
MisCor:main

Conversation

@MisCor
Copy link

@MisCor MisCor commented Oct 7, 2025

No description provided.


@Repository
public interface OrderRepository extends JpaRepository<Orders, Integer> {
List<Orders> findByCustomerName(String customerName);
Copy link
Contributor

Choose a reason for hiding this comment

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

missing some native and jpql queries

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