Interface PojoModelValue<T>
-
- All Superinterfaces:
PojoModelElement
@Incubating public interface PojoModelValue<T> extends PojoModelElement
A model element representing a value bound to a bridge.- See Also:
ValueBridge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
rawType()
-
Methods inherited from interface org.hibernate.search.mapper.pojo.model.PojoModelElement
isAssignableTo
-
-