Uses of Class
org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
-
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg declared as EntityLoadingCacheLookupStrategy Modifier and Type Field Description static EntityLoadingCacheLookupStrategyHibernateOrmMapperSettings.Defaults. QUERY_LOADING_CACHE_LOOKUP_STRATEGY -
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.search.loading
Methods in org.hibernate.search.mapper.orm.search.loading that return EntityLoadingCacheLookupStrategy Modifier and Type Method Description static EntityLoadingCacheLookupStrategyEntityLoadingCacheLookupStrategy. of(String value)static EntityLoadingCacheLookupStrategyEntityLoadingCacheLookupStrategy. valueOf(String name)Returns 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 EntityLoadingCacheLookupStrategy Modifier and Type Method Description SearchLoadingOptionsStepSearchLoadingOptionsStep. cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)Set the strategy for cache lookup before query results are loaded. -
Uses of EntityLoadingCacheLookupStrategy in org.hibernate.search.mapper.orm.search.query.dsl
Methods in org.hibernate.search.mapper.orm.search.query.dsl with parameters of type EntityLoadingCacheLookupStrategy Modifier and Type Method Description HibernateOrmSearchQuerySelectStep<E>HibernateOrmSearchQuerySelectStep. cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)Deprecated.Call.loading( o -> o.cacheLookupStrategy( ... )near the end of the query definition instead.
-