Uses of Interface
org.hibernate.search.util.common.reflect.spi.ValueCreateHandle
-
-
Uses of ValueCreateHandle in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return ValueCreateHandle Modifier and Type Method Description protected <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 ValueCreateHandle Modifier and Type Method Description protected <T> ValueCreateHandle<T>AbstractPojoHCAnnBootstrapIntrospector. createValueCreateHandle(Constructor<T> constructor)ValueCreateHandle<T>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 Modifier and Type Method Description ValueCreateHandle<T>PojoConstructorModel. handle() -
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 ValueCreateHandle Constructor Description PojoConstructorProjectionDefinition(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 ValueCreateHandle Modifier and Type Class Description classConstructorValueCreateHandle<T>classMethodHandleValueCreateHandle<T> -
Uses of ValueCreateHandle in org.hibernate.search.util.common.reflect.spi
Methods in org.hibernate.search.util.common.reflect.spi that return ValueCreateHandle Modifier and Type Method Description <T> ValueCreateHandle<T>ValueHandleFactory. createForConstructor(Constructor<T> constructor)default <T> ValueCreateHandle<T>ValueReadHandleFactory. createForConstructor(Constructor<T> constructor)Deprecated.
-