T - public interface CassandraEntityMetadata<T>
extends org.springframework.data.repository.core.EntityMetadata<T>
EntityMetadata to additionally expose the table name an entity shall be persisted to.| Modifier and Type | Method and Description |
|---|---|
com.datastax.oss.driver.api.core.CqlIdentifier |
getTableName()
Returns the name of the table the entity shall be persisted to.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.