Class EntityReferenceProjectionBinder

java.lang.Object
org.hibernate.search.mapper.pojo.search.definition.binding.builtin.EntityReferenceProjectionBinder
All Implemented Interfaces:
ProjectionBinder

public final class EntityReferenceProjectionBinder extends Object implements ProjectionBinder
Binds a constructor parameter to a projection to a reference to the entity that was originally indexed.

Entity references are instances of type EntityReference.

See Also: