Uses of Interface
org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeBinderDelegate
Packages that use AlternativeBinderDelegate
Package
Description
-
Uses of AlternativeBinderDelegate in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl
Constructor parameters in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl with type arguments of type AlternativeBinderDelegateModifierConstructorDescriptionAlternativeBinderImpl(Class<D> discriminatorType, String fieldValueSourcePropertyName, Class<P> fieldValueSourcePropertyType, BeanReference<? extends AlternativeBinderDelegate<D, P>> delegateRef) -
Uses of AlternativeBinderDelegate in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Method parameters in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with type arguments of type AlternativeBinderDelegateModifier and TypeMethodDescriptionstatic <D,P> AlternativeBinder AlternativeBinder.create(Class<D> discriminatorType, String fieldValueSourcePropertyName, Class<P> fieldValueSourcePropertyType, BeanReference<? extends AlternativeBinderDelegate<D, P>> delegateRef)