Skip to content

Implemented JPA entities for Wells Fargo task - #170

Open
AyushiJain18270 wants to merge 1 commit into
vagabond-systems:flowfrom
AyushiJain18270:flow
Open

Implemented JPA entities for Wells Fargo task#170
AyushiJain18270 wants to merge 1 commit into
vagabond-systems:flowfrom
AyushiJain18270:flow

Conversation

@AyushiJain18270

Copy link
Copy Markdown

Summary

Implemented the required JPA entities for the Wells Fargo investment management system.

Changes Made

  • Added Client entity with a many-to-one relationship with Advisor.
  • Added Portfolio entity with a one-to-one relationship with Client.
  • Added Security entity with a many-to-one relationship with Portfolio.
  • Added appropriate JPA annotations such as @entity, @id, @GeneratedValue, @column, and relationship mappings.
  • Included constructors, getters, and setters for all entities.

Testing

  • Successfully built and ran the Spring Boot application.
  • Verified that the application starts without any errors.

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