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 TypeMethodDescriptioncreate
(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)
-
Method Details
-
create
-