Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueReadHandle
-
-
Uses of ValueReadHandle in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type ValueReadHandle Modifier and Type Method Description static <I> HibernateOrmEntityLoadingStrategy<?,?>HibernateOrmNonEntityIdPropertyEntityLoadingStrategy. create(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, String documentIdSourcePropertyName, ValueReadHandle<I> documentIdSourceHandle) -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type ValueReadHandle Constructor Description PojoImplicitReindexingResolverPropertyNode(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 ValueReadHandle Constructor Description PropertyIdentifierMapping(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 ValueReadHandle Modifier and Type Method Description protected abstract ValueReadHandle<T>AbstractPojoHCAnnPropertyModel. createHandle(Member member)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 Modifier and Type Method Description ValueReadHandle<T>PojoPropertyModel. handle() -
Uses of ValueReadHandle in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type ValueReadHandle Constructor Description PojoIndexingProcessorPropertyNode(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 ValueReadHandle Modifier and Type Class Description classFieldValueReadHandle<T>classMethodHandleValueReadHandle<T>classMethodValueReadHandle<T> -
Uses of ValueReadHandle in org.hibernate.search.util.common.reflect.spi
Methods in org.hibernate.search.util.common.reflect.spi that return ValueReadHandle Modifier and Type Method Description ValueReadHandle<?>ValueHandleFactory. createForField(Field field)ValueReadHandle<?>ValueHandleFactory. createForMethod(Method method)
-