Uses of Class
org.hibernate.search.mapper.pojo.bridge.binding.impl.BoundIdentifierBridge
-
Packages that use BoundIdentifierBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding.impl org.hibernate.search.mapper.pojo.mapping.building.impl -
-
Uses of BoundIdentifierBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return BoundIdentifierBridge Modifier and Type Method Description BoundIdentifierBridge<I>DefaultIdentifierBindingContext. applyBinder(IdentifierBinder binder) -
Uses of BoundIdentifierBridge in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return BoundIdentifierBridge Modifier and Type Method Description <I> BoundIdentifierBridge<I>PojoIndexModelBinder. bindIdentifier(Optional<IndexedEntityBindingContext> indexedEntityBindingContext, BoundPojoModelPathPropertyNode<?,I> modelPath, IdentifierBinder binder, Map<String,Object> params)<I> BoundIdentifierBridge<I>PojoIndexModelBinder. bindIdentifier(Optional<IndexedEntityBindingContext> indexedEntityBindingContext, PojoTypeModel<I> identifierTypeModel, IdentifierBinder binder, Map<String,Object> params)
-