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.
|
getJavaType
SqlIdentifier getTableName()
RelationalPersistentEntity<?> getTableEntity()
RelationalPersistentEntity
that supposed to determine the table to be queried.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.