Skip to content

Commit

Permalink
Adding Hibernate framework (#1007)
Browse files Browse the repository at this point in the history
Co-authored-by: gabriel-tessier <gabriel-tessier@users.noreply.github.com>
  • Loading branch information
dimitrisli and gabriel-tessier authored Oct 24, 2024
1 parent 3041515 commit 34dea87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
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.

0 comments on commit 34dea87

Please sign in to comment.