Interface IdGenerator<T>
- Type Parameters:
T- type of the id to generate
- All Known Implementing Classes:
GeneratedValue.InternalIdGenerator, GeneratedValue.UUIDGenerator, UUIDStringGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for generating ids for entities.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptiongenerateId(String primaryLabel, Object entity) Generates a new id for given entity.
-
Method Details
-
generateId
-