public interface RelationalEntityMetadata<T> extends EntityMetadata<T>
EntityMetadata to additionally expose the collection name an entity shall be persisted to.| Modifier and Type | Method and Description |
|---|---|
RelationalPersistentEntity<?> |
getTableEntity()
Returns the
RelationalPersistentEntity that supposed to determine the table to be queried. |
SqlIdentifier |
getTableName()
Returns the name of the table the entity shall be persisted to.
|
getJavaTypeSqlIdentifier getTableName()
RelationalPersistentEntity<?> getTableEntity()
RelationalPersistentEntity that supposed to determine the table to be queried.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.