Module spring.data.cassandra
Interface CassandraEntityInformation<T,ID>
- All Superinterfaces:
CassandraEntityMetadata<T>,EntityInformation<T,,ID> EntityMetadata<T>
- All Known Implementing Classes:
MappingCassandraEntityInformation
public interface CassandraEntityInformation<T,ID>
extends EntityInformation<T,ID>, CassandraEntityMetadata<T>
Cassandra specific
EntityInformation.- Author:
- Alex Shvid, Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attribute that the id will be persisted to.Methods inherited from interface org.springframework.data.cassandra.repository.query.CassandraEntityMetadata
getTableNameMethods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
-
Method Details
-
getIdAttribute
String getIdAttribute()Returns the attribute that the id will be persisted to.- Returns:
- Since:
- 2.0
-