Uses of Enum
org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
Packages that use EntityLoadingCacheLookupStrategy
Package
Description
-
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg declared as EntityLoadingCacheLookupStrategyModifier and TypeFieldDescriptionstatic final EntityLoadingCacheLookupStrategy
HibernateOrmMapperSettings.Defaults.QUERY_LOADING_CACHE_LOOKUP_STRATEGY
-
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.loading.spi
Methods in org.hibernate.search.mapper.orm.loading.spi that return EntityLoadingCacheLookupStrategy -
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.search.loading
Methods in org.hibernate.search.mapper.orm.search.loading that return EntityLoadingCacheLookupStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static EntityLoadingCacheLookupStrategy[]
EntityLoadingCacheLookupStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.search.loading.dsl
Methods in org.hibernate.search.mapper.orm.search.loading.dsl with parameters of type EntityLoadingCacheLookupStrategyModifier and TypeMethodDescriptionSearchLoadingOptionsStep.cacheLookupStrategy
(EntityLoadingCacheLookupStrategy strategy) Set the strategy for cache lookup before query results are loaded.