Uses of Class
org.hibernate.sql.results.graph.entity.LoadingEntityEntry
-
Packages that use LoadingEntityEntry Package Description org.hibernate.engine.spi org.hibernate.sql.exec.spi org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of LoadingEntityEntry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description voidSubselectFetch.RegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry)voidSubselectFetch.StandardRegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry) -
Uses of LoadingEntityEntry in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description default voidExecutionContext. registerLoadingEntityEntry(EntityKey entityKey, LoadingEntityEntry entry) -
Uses of LoadingEntityEntry in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return LoadingEntityEntry Modifier and Type Method Description LoadingEntityEntryJdbcValuesSourceProcessingState. findLoadingEntityLocally(EntityKey entityKey)Find a LoadingEntityEntry locally to this context.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description voidJdbcValuesSourceProcessingState. registerLoadingEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)Registers a LoadingEntityEntry locally to this context -
Uses of LoadingEntityEntry in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return LoadingEntityEntry Modifier and Type Method Description LoadingEntityEntryLoadContexts. findLoadingEntityEntry(EntityKey entityKey)
-