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.
A delegate for the POJO implementation of
EntityReferenceFactory.
Implementations of this class generally simply call a constructor.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.engine.common.EntityReferencecreate(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)
-
Method Details
-
create
org.hibernate.search.engine.common.EntityReference create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)
-