Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprestesmachado committed May 31, 2024
1 parent 2a2d474 commit f5b84a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/topicos/jpa/hibernate.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ implementa mais funcionalidades do que aqueles especificados pela JPA, a figura
<img src="https://docs.jboss.org/hibernate/orm/5.6/userguide/html_single/images/architecture/data_access_layers.svg" alt="Diagrama de classes" width="40%" height="40%"/> <br/>
Figura 1 - Visão geral sobre o Hibernate
</center>
{: .fs-3 }

## Como implementar?

Expand All @@ -39,8 +40,8 @@ diagrama de classes:
<center>
<img src="http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/rodrigoprestesmachado/pw2/master/docs/topicos/jpa/uml.puml" alt="Diagrama de classes" width="25%" height="25%"/> <br/>
Figura 2 - Diagrama de classes
{: .fs-3 }
</center>
{: .fs-3 }

Você pode rodar e também alterar o exemplo que mostraremos a seguir por meio do
link:
Expand Down Expand Up @@ -149,8 +150,8 @@ destino.
</a> <br/>
Figura 3 - Exemplo de relacionamento um para muitos da documentação do
EclipseLink
{: .fs-3 }
</center>
{: .fs-3 }

A anotação `@OneToMany`possui os seguintes atributos:
{: .fs-3 }
Expand Down Expand Up @@ -236,8 +237,8 @@ gerenciar as associações entre os registros de origem e de destino.
</a><br/>
Figura 4 - Exemplo de relacionamento muitos para muitos da documentação do
EclipseLink
{: .fs-3 }
</center>
{: .fs-3 }

A anotação `@ManyToOne` possui os seguintes atributos:
{: .fs-3 }
Expand Down

0 comments on commit f5b84a0

Please sign in to comment.