mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 06:58:54 +00:00
docs: remove some old diagrams
This commit is contained in:
@@ -199,10 +199,6 @@ The program output:
|
||||
10:02:09.898 [main] INFO com.iluwatar.dao.App -- customerDao.getAllCustomers(): java.util.stream.ReferencePipeline$Head@f2f2cc1
|
||||
```
|
||||
|
||||
## Detailed Explanation of Data Access Object Pattern with Real-World Examples
|
||||
|
||||

|
||||
|
||||
## When to Use the Data Access Object Pattern in Java
|
||||
|
||||
Use the Data Access Object in any of the following situations:
|
||||
|
||||
@@ -128,10 +128,6 @@ The console output:
|
||||
|
||||
In this way, the data-locality module demonstrates the Data Locality pattern. By updating all components of the same type together, it increases the likelihood that the data needed for the update is already in the cache, thereby improving performance.
|
||||
|
||||
## Detailed Explanation of Data Locality Pattern with Real-World Examples
|
||||
|
||||

|
||||
|
||||
## When to Use the Data Locality Pattern in Java
|
||||
|
||||
This pattern is applicable in scenarios where large datasets are processed and performance is critical. It's particularly useful in:
|
||||
|
||||
Reference in New Issue
Block a user