Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueCreateHandle
Packages that use ValueCreateHandle
Package
Description
-
Uses of ValueCreateHandle in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return ValueCreateHandleModifier and TypeMethodDescriptionprotected <T> ValueCreateHandle<T>HibernateOrmBootstrapIntrospector.createValueCreateHandle(Constructor<T> constructor) -
Uses of ValueCreateHandle in org.hibernate.search.mapper.pojo.model.hcann.spi
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return ValueCreateHandleModifier and TypeMethodDescriptionprotected <T> ValueCreateHandle<T>AbstractPojoHCAnnBootstrapIntrospector.createValueCreateHandle(Constructor<T> constructor) PojoHCAnnConstructorModel.handle() -
Uses of ValueCreateHandle in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return ValueCreateHandle -
Uses of ValueCreateHandle in org.hibernate.search.mapper.pojo.search.definition.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.impl with parameters of type ValueCreateHandleModifierConstructorDescriptionPojoConstructorProjectionDefinition(PojoConstructorIdentifier constructor, ValueCreateHandle<? extends T> valueCreateHandle, List<BeanHolder<? extends ProjectionDefinition<?>>> parameters) -
Uses of ValueCreateHandle in org.hibernate.search.util.common.reflect.impl
Classes in org.hibernate.search.util.common.reflect.impl that implement ValueCreateHandleModifier and TypeClassDescriptionfinal classfinal class -
Uses of ValueCreateHandle in org.hibernate.search.util.common.reflect.spi
Methods in org.hibernate.search.util.common.reflect.spi that return ValueCreateHandleModifier and TypeMethodDescription<T> ValueCreateHandle<T>ValueHandleFactory.createForConstructor(Constructor<T> constructor) default <T> ValueCreateHandle<T>ValueReadHandleFactory.createForConstructor(Constructor<T> constructor) Deprecated.