Interface PojoEntityReferenceFactoryDelegate

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PojoEntityReferenceFactoryDelegate
A delegate for the POJO implementation of EntityReferenceFactory.

Implementations of this class generally simply call a constructor.

  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.search.engine.common.EntityReference
    create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)