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.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.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.