Interface Identifiable
-
public interface IdentifiableFor persisted-domain entities that are notTrackable, this interface provides a vehicle by which to retrieve the unique identifier.- Author:
- Samarth Dhruva (samarthd)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the unique identifier of this entity.
-
-
-
Method Detail
-
getId
String getId()
Returns the unique identifier of this entity.
-
-