Module spring.data.cassandra
Interface MapIdentifiable
public interface MapIdentifiable
Interface that entity classes may choose to implement in order to allow a client of the entity to easily get the
entity's
MapId.- Author:
- Matthew T. Adams
-
Method Summary
-
Method Details
-
getMapId
MapId getMapId()Gets the identity of this instance. ThrowsIllegalStateExceptionif this instance does not useMapId.
-