Uses of Class
org.hibernate.search.mapper.pojo.bridge.binding.impl.BoundTypeBridge
-
Packages that use BoundTypeBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding.impl org.hibernate.search.mapper.pojo.mapping.building.impl -
-
Uses of BoundTypeBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type BoundTypeBridge Modifier and Type Method Description Optional<BoundTypeBridge<T>>TypeBindingContextImpl. applyBinder(TypeBinder binder) -
Uses of BoundTypeBridge in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return types with arguments of type BoundTypeBridge Modifier and Type Method Description <T> Optional<BoundTypeBridge<T>>PojoIndexModelBinder. bindType(IndexBindingContext indexBindingContext, BoundPojoModelPathTypeNode<T> modelPath, TypeBinder binder, Map<String,Object> params)
-