HHH-17328 - Fix a couple of doc erratas
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
da070f8f5a
commit
fa5f0f75c2
|
@ -290,7 +290,7 @@ the sub-type Class.
|
||||||
Hibernate allows the creation of Jakarta Persistence fetch/load graphs by parsing a textual representation
|
Hibernate allows the creation of Jakarta Persistence fetch/load graphs by parsing a textual representation
|
||||||
of the graph. Generally speaking, the textual representation of a graph is a comma-separated
|
of the graph. Generally speaking, the textual representation of a graph is a comma-separated
|
||||||
list of attribute names, optionally including any sub-graph specifications.
|
list of attribute names, optionally including any sub-graph specifications.
|
||||||
`org.hibernate.graph.EntityGraphParser` is the starting point for such parsing operations.
|
`org.hibernate.graph.GraphParser` is the starting point for such parsing operations.
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
|
|
|
@ -12,7 +12,7 @@ import org.hibernate.type.descriptor.java.JavaTypedExpressible;
|
||||||
/**
|
/**
|
||||||
* Hibernate understands mapping a collection into 4 parts<ol>
|
* Hibernate understands mapping a collection into 4 parts<ol>
|
||||||
* <li>The key - the foreign-key defining the association to the owner</li>
|
* <li>The key - the foreign-key defining the association to the owner</li>
|
||||||
* <li>The element - for Map's this is analogous to the value</li>
|
* <li>The element - for Maps this is analogous to the value</li>
|
||||||
* <li>The index - the List/array index or Map key</li>
|
* <li>The index - the List/array index or Map key</li>
|
||||||
* <li>The collection-id - this is only relevant for id-bag mappings</li>
|
* <li>The collection-id - this is only relevant for id-bag mappings</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
|
|
Loading…
Reference in New Issue