Uses of Class
org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
Packages that use EntityLoadingCacheLookupStrategy Package Description org.hibernate.search.mapper.orm.cfg org.hibernate.search.mapper.orm.search.loading org.hibernate.search.mapper.orm.search.loading.dsl -
-
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.
-