Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelValue
-
-
Uses of PojoModelValue in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoModelValue Modifier and Type Method Description PojoModelValue<I>IdentifierBindingContext. bridgedElement()PojoModelValue<V>ValueBindingContext. bridgedElement() -
Uses of PojoModelValue in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return PojoModelValue Modifier and Type Method Description PojoModelValue<I>DefaultIdentifierBindingContext. bridgedElement()PojoModelValue<V>ValueBindingContextImpl. bridgedElement() -
Uses of PojoModelValue in org.hibernate.search.mapper.pojo.model.impl
Classes in org.hibernate.search.mapper.pojo.model.impl that implement PojoModelValue Modifier and Type Class Description classPojoModelValueElement<T> -
Uses of PojoModelValue in org.hibernate.search.mapper.pojo.search.definition.binding
Methods in org.hibernate.search.mapper.pojo.search.definition.binding that return PojoModelValue Modifier and Type Method Description PojoModelValue<?>ProjectionBindingMultiContext. containerElement() -
Uses of PojoModelValue in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.impl that return PojoModelValue Modifier and Type Method Description PojoModelValue<?>ProjectionBindingContextImpl.MultiContextImpl. containerElement()
-