Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueHandleFactory
-
-
Uses of ValueHandleFactory in org.hibernate.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type ValueHandleFactory Modifier and Type Method Description HibernateOrmIntegrationBooter.BuilderHibernateOrmIntegrationBooterImpl.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 ValueHandleFactory Modifier and Type Method Description HibernateOrmIntegrationBooter.BuilderHibernateOrmIntegrationBooter.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 ValueHandleFactory Modifier and Type Method Description static HibernateOrmMappingInitiatorHibernateOrmMappingInitiator. create(org.hibernate.boot.Metadata metadata, org.jboss.jandex.IndexView jandexIndex, ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory, org.hibernate.service.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 ValueHandleFactory Modifier and Type Method Description static HibernateOrmBootstrapIntrospectorHibernateOrmBootstrapIntrospector. 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 ValueHandleFactory Modifier and Type Field Description protected ValueHandleFactoryAbstractPojoHCAnnBootstrapIntrospector. valueHandleFactoryMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return ValueHandleFactory Modifier and Type Method Description ValueHandleFactoryAbstractPojoHCAnnBootstrapIntrospector. annotationValueHandleFactory()Constructors in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type ValueHandleFactory Constructor Description AbstractPojoHCAnnBootstrapIntrospector(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 Modifier and Type Method Description ValueHandleFactoryPojoBootstrapIntrospector. annotationValueHandleFactory() -
Uses of ValueHandleFactory in org.hibernate.search.util.common.reflect.spi
Subinterfaces of ValueHandleFactory in org.hibernate.search.util.common.reflect.spi Modifier and Type Interface Description interfaceValueReadHandleFactoryDeprecated.Use/implementValueHandleFactoryinstead.Methods in org.hibernate.search.util.common.reflect.spi that return ValueHandleFactory Modifier and Type Method Description static ValueHandleFactoryValueHandleFactory. usingJavaLangReflect()static ValueHandleFactoryValueHandleFactory. usingMethodHandle(MethodHandles.Lookup lookup)Constructors in org.hibernate.search.util.common.reflect.spi with parameters of type ValueHandleFactory Constructor Description AnnotationHelper(ValueHandleFactory handleFactory)
-