Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelProperty
Packages that use PojoModelProperty
Package
Description
-
Uses of PojoModelProperty in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoModelProperty -
Uses of PojoModelProperty in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type PojoModelPropertyModifier and TypeMethodDescriptionAlternativeBinderDelegate.bind(org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement indexSchemaElement, PojoModelProperty fieldValueSource) Binds the given field value source to multiple field, i.e.: Declares one field per alternative. Creates a bridge that will route field values to the appropriate field based on a discriminator. -
Uses of PojoModelProperty in org.hibernate.search.mapper.pojo.model
Methods in org.hibernate.search.mapper.pojo.model that return PojoModelPropertyModifier and TypeMethodDescriptionMethods in org.hibernate.search.mapper.pojo.model that return types with arguments of type PojoModelPropertyModifier and TypeMethodDescriptionCollection<? extends PojoModelProperty> PojoModelCompositeElement.properties()