Interface PojoPropertyModel<T>
- All Known Implementing Classes:
AbstractPojoHCAnnPropertyModel
public interface PojoPropertyModel<T>
-
Method Details
-
name
String name() -
annotations
Stream<Annotation> annotations() -
typeModel
PojoTypeModel<T> typeModel()- Returns:
- A model of this property's type. Implementations may decide to implement their own,
but could also simply use
GenericContextAwarePojoGenericTypeModel.
-
handle
org.hibernate.search.util.common.reflect.spi.ValueReadHandle<T> handle()
-