Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.IdentifierBinder
Packages that use IdentifierBinder
Package
Description
-
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type IdentifierBinderModifier and TypeMethodDescriptionDefaultIdentifierBindingContext.applyBinder(IdentifierBinder binder) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.impl that implement IdentifierBinder -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type IdentifierBinderModifier and TypeMethodDescriptionDefaultBinderDefinitionStep.identifierBinder(IdentifierBinder binder) Use the given binder by default for properties with a matching type marked as document identifier (e.g. withDocumentId). -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement IdentifierBinderModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of theIdentifierBinderRef.type()attribute. -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement IdentifierBinderModifier and TypeClassDescriptionfinal classA binder that simply retrieves the bridge as a bean from the bean provider.final classA binder that upon building retrieves a delegate binder from the bean provider, then delegates to that binder.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl that return IdentifierBinderModifier and TypeMethodDescriptionBridgeResolver.resolveIdentifierBinderForType(PojoTypeModel<?> sourceType) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl with parameters of type IdentifierBinderModifierConstructorDescriptionIdentifierBinderToValueBinderAdapter(IdentifierBinder identifierBinder) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type IdentifierBinderModifier and TypeMethodDescription<T> voidPojoIdentityMappingCollector.identifierBridge(BoundPojoModelPathPropertyNode<?, T> modelPath, IdentifierBinder binder, Map<String, Object> params) <T> voidPojoRootIdentityMappingCollector.identifierBridge(BoundPojoModelPathPropertyNode<?, T> modelPath, IdentifierBinder binder, Map<String, Object> params) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type IdentifierBinderModifier and TypeMethodDescription<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) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type IdentifierBinderModifier and TypeMethodDescriptionvoidPojoIndexMappingCollectorPropertyNode.identifierBinder(IdentifierBinder binder, Map<String, Object> params) -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type IdentifierBinderModifier and TypeMethodDescriptionPropertyMappingDocumentIdOptionsStep.identifierBinder(IdentifierBinder binder) Define an identifier binder, responsible for creating a bridge.PropertyMappingDocumentIdOptionsStep.identifierBinder(IdentifierBinder binder, Map<String, Object> params) Define an identifier binder, responsible for creating a bridge.