Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactory
Packages that use ValueReadHandleFactory
Package
Description
-
Uses of ValueReadHandleFactory in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return ValueReadHandleFactoryModifier and TypeMethodDescriptiondefault ValueReadHandleFactoryPojoBootstrapIntrospector.annotationValueReadHandleFactory()Deprecated. -
Uses of ValueReadHandleFactory in org.hibernate.search.util.common.reflect.spi
Methods in org.hibernate.search.util.common.reflect.spi that return ValueReadHandleFactoryModifier and TypeMethodDescriptionstatic ValueReadHandleFactoryValueReadHandleFactory.usingJavaLangReflect()Deprecated.UseValueHandleFactory.usingJavaLangReflect()instead.static ValueReadHandleFactoryValueReadHandleFactory.usingMethodHandle(MethodHandles.Lookup lookup) Deprecated. -
Uses of ValueReadHandleFactory in org.infinispan.search.mapper.model.impl
Methods in org.infinispan.search.mapper.model.impl that return ValueReadHandleFactoryModifier and TypeMethodDescriptionInfinispanBootstrapIntrospector.annotationValueReadHandleFactory()Constructors in org.infinispan.search.mapper.model.impl with parameters of type ValueReadHandleFactoryModifierConstructorDescriptionInfinispanBootstrapIntrospector(ValueReadHandleFactory valueReadHandleFactory)
PojoBootstrapIntrospector.annotationValueHandleFactory()instead.