Interface Identifying
public interface Identifying
Aspect supporting to identify data objects.
- Since:
- 5.2.11
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SessionAspectType<Identifying>
Aspect supporting to identify data objects. -
Method Summary
Modifier and TypeMethodDescriptiongetIdentifier
(Object object) Try creating an identifier for the given data object.
-
Field Details
-
TYPE
Aspect supporting to identify data objects.- Since:
- 5.2.11
-
-
Method Details
-
getIdentifier
Try creating an identifier for the given data object.- Parameters:
object
- Some object.- Returns:
- A unique identifer matching the given object.
- Throws:
NoSuchElementException
- If the given object could not be identified as eligible data object.- Since:
- 5.2.11
-