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.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type ValueHandleFactoryModifier and TypeMethodDescriptionHibernateOrmIntegrationBooterImpl.BuilderImpl.valueReadHandleFactory(ValueHandleFactory valueHandleFactory) -
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.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ValueHandleFactoryModifier and TypeMethodDescriptionstatic HibernateOrmMappingInitiatorHibernateOrmMappingInitiator.create(Metadata metadata, org.jboss.jandex.IndexView jandexIndex, ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory, ServiceRegistry serviceRegistry) -
Uses of ValueHandleFactory in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl with parameters of type ValueHandleFactoryModifier and TypeMethodDescriptionHibernateOrmBootstrapIntrospector.create(HibernateOrmBasicTypeMetadataProvider basicTypeMetadataProvider, ReflectionManager ormReflectionManager, 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 ValueHandleFactoryAbstractPojoHCAnnBootstrapIntrospector.valueHandleFactoryMethods 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(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 ValueHandleFactoryValueHandleFactory.usingJavaLangReflect()static ValueHandleFactoryValueHandleFactory.usingMethodHandle(MethodHandles.Lookup lookup) Constructors in org.hibernate.search.util.common.reflect.spi with parameters of type ValueHandleFactory
ValueHandleFactoryinstead.