Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueHandleFactory
Packages that use ValueHandleFactory
Package
Description
-
Uses of ValueHandleFactory in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi with parameters of type ValueHandleFactoryModifier and TypeMethodDescriptionHibernateOrmIntegrationBooter.Builder.valueReadHandleFactory
(ValueHandleFactory valueHandleFactory) -
Uses of ValueHandleFactory in org.hibernate.search.mapper.pojo.model.hcann.spi
Fields in org.hibernate.search.mapper.pojo.model.hcann.spi declared as ValueHandleFactoryModifier and TypeFieldDescriptionprotected final ValueHandleFactory
AbstractPojoHCAnnBootstrapIntrospector.valueHandleFactory
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return ValueHandleFactoryModifier and TypeMethodDescriptionAbstractPojoHCAnnBootstrapIntrospector.annotationValueHandleFactory()
Constructors in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type ValueHandleFactoryModifierConstructorDescriptionAbstractPojoHCAnnBootstrapIntrospector
(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory) -
Uses of ValueHandleFactory in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return ValueHandleFactory -
Uses of ValueHandleFactory in org.hibernate.search.util.common.reflect.spi
Subinterfaces of ValueHandleFactory in org.hibernate.search.util.common.reflect.spiMethods in org.hibernate.search.util.common.reflect.spi that return ValueHandleFactoryModifier and TypeMethodDescriptionstatic ValueHandleFactory
ValueHandleFactory.usingJavaLangReflect()
static ValueHandleFactory
ValueHandleFactory.usingMethodHandle
(MethodHandles.Lookup lookup) Constructors in org.hibernate.search.util.common.reflect.spi with parameters of type ValueHandleFactory
ValueHandleFactory
instead.