Interface CassandraEntityMetadata<T>

Type Parameters:
T -
All Superinterfaces:
EntityMetadata<T>
All Known Subinterfaces:
CassandraEntityInformation<T,ID>
All Known Implementing Classes:
MappingCassandraEntityInformation

public interface CassandraEntityMetadata<T> extends EntityMetadata<T>
Extension of EntityMetadata to additionally expose the table name an entity shall be persisted to.
Author:
Alex Shvid, Matthew T. Adams
  • Method Summary

    Modifier and Type
    Method
    Description
    com.datastax.oss.driver.api.core.CqlIdentifier
    Returns the name of the table the entity shall be persisted to.

    Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

    getJavaType
  • Method Details

    • getTableName

      com.datastax.oss.driver.api.core.CqlIdentifier getTableName()
      Returns the name of the table the entity shall be persisted to.
      Returns: