Uses of Class
org.hibernate.search.mapper.orm.loading.impl.MutableEntityLoadingOptions
-
Packages that use MutableEntityLoadingOptions Package Description org.hibernate.search.mapper.orm.loading.impl -
-
Uses of MutableEntityLoadingOptions in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return MutableEntityLoadingOptions Modifier and Type Method Description MutableEntityLoadingOptionsHibernateOrmSelectionLoadingContext. loadingOptions()Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type MutableEntityLoadingOptions Modifier and Type Method Description <E2> PojoSelectionEntityLoader<E2>HibernateOrmEntityIdEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)<E2> PojoSelectionEntityLoader<E2>HibernateOrmEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)<E2> PojoSelectionEntityLoader<E2>HibernateOrmNonEntityIdPropertyEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)
-