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 CassandraEntityMetadata
getTableNameMethods inherited from interface EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface EntityMetadata
getJavaType
-
Method Details
-
getIdAttribute
-