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

Adding Hibernate framework support #1007

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ class Graphql(_Framework):
_icon = "graphql.png"


class Hibernate(_Framework):
_icon = "hibernate.png"


class Jhipster(_Framework):
_icon = "jhipster.png"
_icon = "jhipster.png"


class Laravel(_Framework):
Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Graphql**, **GraphQL** (alias)

<img width="30" src="/img/resources/programming/framework/hibernate.png" alt="Hibernate" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Hibernate**

<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias)

Expand Down
Binary file added resources/programming/framework/hibernate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading