Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.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 IdentifierBinder Modifier and Type Method Description S
DefaultBinderDefinitionStep. 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 class
IdentifierBinderRef.UndefinedBinderImplementationType
Class 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.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type IdentifierBinder Modifier and Type Method Description void
PojoMappingCollectorPropertyNode. 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 PropertyMappingDocumentIdOptionsStep
PropertyMappingDocumentIdOptionsStep. identifierBinder(IdentifierBinder binder)
Define an identifier binder, responsible for creating a bridge.PropertyMappingDocumentIdOptionsStep
PropertyMappingDocumentIdOptionsStep. identifierBinder(IdentifierBinder binder, Map<String,Object> params)
Define an identifier binder, responsible for creating a bridge.
-