Uses of Interface
org.hibernate.search.mapper.pojo.standalone.loading.SelectionLoadingStrategy
Packages that use SelectionLoadingStrategy
Package
Description
-
Uses of SelectionLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.loading
Methods in org.hibernate.search.mapper.pojo.standalone.loading that return SelectionLoadingStrategyModifier and TypeMethodDescriptionstatic <E,I> SelectionLoadingStrategy<E> Creates a simple map-based loading strategy. -
Uses of SelectionLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.loading.binding
Methods in org.hibernate.search.mapper.pojo.standalone.loading.binding with parameters of type SelectionLoadingStrategyModifier and TypeMethodDescription<E> voidEntityLoadingBindingContext.selectionLoadingStrategy(Class<E> expectedEntitySuperType, SelectionLoadingStrategy<? super E> strategy) -
Uses of SelectionLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.mapping.metadata
Methods in org.hibernate.search.mapper.pojo.standalone.mapping.metadata with parameters of type SelectionLoadingStrategyModifier and TypeMethodDescriptionvoidEntityConfigurationContext.selectionLoadingStrategy(SelectionLoadingStrategy<? super E> strategy) Deprecated.