Package ca.uhn.fhir.jpa.entity
Class TermConceptPropertyBinder
java.lang.Object
ca.uhn.fhir.jpa.entity.TermConceptPropertyBinder
- All Implemented Interfaces:
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
public class TermConceptPropertyBinder
extends Object
implements org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
Allows hibernate search to index individual concepts' properties
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext thePropertyBindingContext)
-
Field Details
-
CONCEPT_PROPERTY_PREFIX_NAME
- See Also:
-
-
Constructor Details
-
TermConceptPropertyBinder
public TermConceptPropertyBinder()
-
-
Method Details
-
bind
public void bind(org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext thePropertyBindingContext) - Specified by:
bind
in interfaceorg.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
-