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 ofEntityReferenceFactory.Implementations of this class generally simply call a constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityReferencecreate(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)
-
-
-
Method Detail
-
create
EntityReference create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)
-
-