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.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return KeyValueProviderModifier and TypeMethodDescriptionHibernateOrmListenerTypeContextProvider.byHibernateOrmEntityName() -
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.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return KeyValueProviderModifier and TypeMethodDescriptionKeyValueProvider<String,? extends PojoTypeContext<?>> SearchIndexingPlanTypeContextProvider.byEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return KeyValueProviderModifier and TypeMethodDescriptionKeyValueProvider<String,? extends PojoWorkTypeContext<?, ?>> PojoTypeManagerContainer.byEntityName()PojoTypeManagerContainer.indexedByEntityName()PojoTypeManagerContainer.nonInterfaceSuperTypeIdentifierByEntityName()PojoTypeManagerContainer.typeIdentifierByEntityName()PojoTypeManagerContainer.typeIdentifierBySecondaryEntityName() -
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.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return KeyValueProviderModifier and TypeMethodDescriptionPojoScopeTypeContextProvider.nonInterfaceSuperTypeIdentifierByEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return KeyValueProviderModifier and TypeMethodDescriptionKeyValueProvider<String,? extends PojoWorkTypeContext<?, ?>> PojoWorkTypeContextProvider.byEntityName() -
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)