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.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.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.