Uses of Class
org.hibernate.search.mapper.orm.loading.impl.EntityGraphHint
-
Packages that use EntityGraphHint Package Description org.hibernate.search.mapper.orm.loading.impl -
-
Uses of EntityGraphHint in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return EntityGraphHint Modifier and Type Method Description EntityGraphHint<?>MutableEntityLoadingOptions. entityGraphHintOrNullForType(org.hibernate.metamodel.mapping.EntityMappingType entityMappingType)Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type EntityGraphHint Modifier and Type Method Description voidMutableEntityLoadingOptions. entityGraphHint(EntityGraphHint<?> entityGraphHint, boolean replaceExisting)
-