Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelType
-
Packages that use PojoModelType Package Description org.hibernate.search.mapper.pojo.bridge.binding org.hibernate.search.mapper.pojo.bridge.binding.impl org.hibernate.search.mapper.pojo.model.impl -
-
Uses of PojoModelType in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoModelType Modifier and Type Method Description PojoModelTypeRoutingBindingContext. bridgedElement()PojoModelTypeTypeBindingContext. bridgedElement() -
Uses of PojoModelType in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return PojoModelType Modifier and Type Method Description PojoModelTypeRoutingBindingContextImpl. bridgedElement()PojoModelTypeTypeBindingContextImpl. bridgedElement() -
Uses of PojoModelType in org.hibernate.search.mapper.pojo.model.impl
Classes in org.hibernate.search.mapper.pojo.model.impl that implement PojoModelType Modifier and Type Class Description classPojoModelTypeRootElement<T>
-