mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-08 02:14:57 +00:00
* Typo corrections * bridge pattern translated to spanish * builder pattern translated to spanish * context-object pattern translated to spanish * converter pattern translated to spanish * dependency injection pattern translated to spanish * factory pattern translated to spanish * factory-kit pattern translated to spanish * factory-method pattern translated to spanish * monostate pattern translated to spanish * multiton pattern translated to spanish * object mother pattern translated to spanish * object pool pattern translated to spanish * property pattern translated to spanish * prototype pattern translated to spanish * registry pattern translated to spanish * step builder pattern translated to spanish * value object pattern translated to spanish * typo corrections and resources urls refactor * grammar corrections * Add image to each pattern --------- Co-authored-by: luismateoh <luismateohm@gmail.com> Co-authored-by: luis.hincapie <luis.hincapie@blankfactor.com>
This commit is contained in:
committed by
GitHub
parent
5c1ad5c006
commit
dc7495e8bd
@@ -12,16 +12,16 @@ la inicialización de un objeto hasta el punto en que se necesita. Puede
|
||||
contribuir a la eficiencia en la operación del programa si se usa de manera adecuada.
|
||||
|
||||
## Diagrama de clases
|
||||

|
||||

|
||||
|
||||
## Aplicabilidad
|
||||
Utilice el modelo de Carga Diferida cuando:
|
||||
|
||||
* la carga anticipada es costosa o el objeto a cargar podría no ser necesario en absoluto
|
||||
* La carga anticipada es costosa o el objeto a cargar podría no ser necesario en absoluto
|
||||
|
||||
## Ejemplos del mundo real
|
||||
|
||||
* Anotaciones JPA @OneToOne, @OneToMany, @ManyToOne, @ManyToMany y fetch = FetchType.LAZY
|
||||
* Anotaciones JPA `@OneToOne`, `@OneToMany`, `@ManyToOne`, `@ManyToMany` y `fetch = FetchType.LAZY`
|
||||
|
||||
## Créditos
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user