Skip to content

Commit

Permalink
Fix Jakarta batch options table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed May 21, 2024
1 parent 1f2a926 commit b5e1f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ no query validation for your input. See <<mapper-orm-indexing-jakarta-batch-inde
|The maximum number of results to load per entity type. This parameter let you define a threshold
value to avoid loading too many entities accidentally. The value defined must be greater than 0.
The parameter is not used by default. It is equivalent to keyword `LIMIT` in SQL.

|`rowsPerPartition` / `.rowsPerPartition(int)`
|20,000
|The maximum number of rows to process per partition. The value defined must be greater than 0, and
Expand All @@ -152,7 +153,6 @@ The string that will identify the `EntityManagerFactory`.

|`entityManagerFactoryNamespace` / `.entityManagerFactoryNamespace(String)`
|-
|-
|See <<mapper-orm-indexing-jakarta-batch-emf,Selecting the persistence unit (EntityManagerFactory)>>
|===

Expand Down

0 comments on commit b5e1f02

Please sign in to comment.