Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueReadHandle
Packages that use ValueReadHandle
Package
Description
-
Uses of ValueReadHandle in org.hibernate.search.mapper.orm.model.impl
Fields in org.hibernate.search.mapper.orm.model.impl declared as ValueReadHandleMethods in org.hibernate.search.mapper.orm.model.impl that return ValueReadHandleModifier and TypeMethodDescriptionprotected ValueReadHandle<?>HibernateOrmBootstrapIntrospector.createValueReadHandle(Member member) -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type ValueReadHandleModifierConstructorDescriptionPojoImplicitReindexingResolverPropertyNode(ValueReadHandle<P> handle, PojoImplicitReindexingResolverNode<? super P> nested, PojoModelPath modelPath) -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.identity.impl
Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type ValueReadHandleModifierConstructorDescriptionPropertyIdentifierMapping(PojoCaster<? super I> caster, ValueReadHandle<I> property, BeanHolder<? extends IdentifierBridge<I>> bridgeHolder) UnmappedPropertyIdentifierMapping(PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<? super I> caster, ValueReadHandle<I> property) -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.model.hcann.spi
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return ValueReadHandleModifier and TypeMethodDescriptionprotected abstract ValueReadHandle<T>AbstractPojoHCAnnPropertyModel.createHandle(Member member) protected ValueReadHandle<?>AbstractPojoHCAnnBootstrapIntrospector.createValueReadHandle(Member member) final ValueReadHandle<T>AbstractPojoHCAnnPropertyModel.handle() -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return ValueReadHandle -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type ValueReadHandleModifierConstructorDescriptionPojoIndexingProcessorPropertyNode(ValueReadHandle<P> handle, PojoIndexingProcessor<? super P> nested, PojoModelPath modelPath) -
Uses of ValueReadHandle in org.hibernate.search.util.common.reflect.impl
Classes in org.hibernate.search.util.common.reflect.impl that implement ValueReadHandleModifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of ValueReadHandle in org.hibernate.search.util.common.reflect.spi
Methods in org.hibernate.search.util.common.reflect.spi that return ValueReadHandleModifier and TypeMethodDescriptionValueHandleFactory.createForField(Field field) ValueHandleFactory.createForMethod(Method method) -
Uses of ValueReadHandle in org.infinispan.search.mapper.model.impl
Methods in org.infinispan.search.mapper.model.impl that return ValueReadHandleModifier and TypeMethodDescriptionprotected ValueReadHandle<?>InfinispanBootstrapIntrospector.createValueReadHandle(Member member)