Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.IdentifierBinder
-
-
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 IdentifierBinder Modifier and Type Method Description BoundIdentifierBridge<I>DefaultIdentifierBindingContext. 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 Modifier and Type Class Description static classDefaultEnumBridge.Binder -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type IdentifierBinder Modifier and Type Method Description SDefaultBinderDefinitionStep. identifierBinder(IdentifierBinder binder)Use the given binder by default for properties with a matching type marked as document identifier (e.g. -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement IdentifierBinder Modifier and Type Class Description static classIdentifierBinderRef.UndefinedBinderImplementationTypeClass used as a marker for the default value of theIdentifierBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type IdentifierBinder Modifier and Type Method Description Class<? extends IdentifierBinder>type()Reference an identifier binder by its type. -
Uses of IdentifierBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement IdentifierBinder Modifier and Type Class Description classBeanBinderA binder that simply retrieves the bridge as a bean from the bean provider.classBeanDelegatingBinderA 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 IdentifierBinder Modifier and Type Method Description IdentifierBinderBridgeResolver. 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 IdentifierBinder Constructor Description IdentifierBinderToValueBinderAdapter(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 IdentifierBinder Modifier and Type Method Description <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 IdentifierBinder 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) -
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 IdentifierBinder Modifier and Type Method Description voidPojoIndexMappingCollectorPropertyNode. 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 IdentifierBinder Modifier and Type Method Description default PropertyMappingDocumentIdOptionsStepPropertyMappingDocumentIdOptionsStep. identifierBinder(IdentifierBinder binder)Define an identifier binder, responsible for creating a bridge.PropertyMappingDocumentIdOptionsStepPropertyMappingDocumentIdOptionsStep. identifierBinder(IdentifierBinder binder, Map<String,Object> params)Define an identifier binder, responsible for creating a bridge.
-