mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-19 17:45:10 +00:00
fix a typo
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
e086074adf
commit
6bf9dbb051
@ -374,7 +374,7 @@ Hibernate has a slightly easier way to do it:
|
|||||||
boolean authorsFetched = Hibernate.isInitialized(book.getAuthors());
|
boolean authorsFetched = Hibernate.isInitialized(book.getAuthors());
|
||||||
----
|
----
|
||||||
|
|
||||||
But the static methods of the link:{doc-javadoc-url}org/hibernate/Hibernate.html[`Hibernate`] class let us do a lot more, and it's worth getting a bit familiar them.
|
But the static methods of the link:{doc-javadoc-url}org/hibernate/Hibernate.html[`Hibernate`] class let us do a lot more, and it's worth getting a bit familiar with them.
|
||||||
|
|
||||||
Of particular interest are the operations which let us work with unfetched collections without fetching their state from the database.
|
Of particular interest are the operations which let us work with unfetched collections without fetching their state from the database.
|
||||||
For example, consider this code:
|
For example, consider this code:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user