Uses of Class
org.hibernate.search.util.common.data.spi.KeyValueProvider
Packages that use KeyValueProvider
Package
Description
-
Uses of KeyValueProvider in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi that return KeyValueProviderModifier and TypeMethodDescriptionKeyValueProvider<String, ? extends HibernateOrmLoadingTypeContext<?>> BatchTypeContextProvider.byEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return KeyValueProviderModifier and TypeMethodDescriptionPojoRawTypeIdentifierResolver.typeIdentifierByEntityName()PojoRawTypeIdentifierResolver.typeIdentifierBySecondaryEntityName() -
Uses of KeyValueProvider in org.hibernate.search.util.common.data.spi
Methods in org.hibernate.search.util.common.data.spi that return KeyValueProviderModifier and TypeMethodDescriptionstatic <K,V> KeyValueProvider <K, V> KeyValueProvider.create(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> missingValueExceptionFactory) static <K,V> KeyValueProvider <K, V> KeyValueProvider.create(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> singleMissingValueExceptionFactory, BiFunction<? super Set<K>, ? super Set<K>, SearchException> multiMissingValueExceptionFactory) static <K,V> KeyValueProvider <K, V> KeyValueProvider.createWithMultiKeyException(Map<K, ? extends V> content, BiFunction<? super Set<K>, ? super Set<K>, SearchException> missingValueExceptionFactory)