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 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.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type IdentifierBinder Modifier and Type Method Description voidPojoMappingCollectorPropertyNode. 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.
-