Uses of Class
org.hibernate.sql.results.spi.LoadContexts
-
Packages that use LoadContexts Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of LoadContexts in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return LoadContexts Modifier and Type Method Description LoadContexts
StatefulPersistenceContext. getLoadContexts()
-
Uses of LoadContexts in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return LoadContexts Modifier and Type Method Description LoadContexts
PersistenceContext. getLoadContexts()
Retrieve this persistence context's managed load context.
-