Interface RelationalEntityInformation<T,ID>
- All Superinterfaces:
EntityInformation<T,,ID> EntityMetadata<T>
- All Known Implementing Classes:
MappingRelationalEntityInformation
Relational database-specific
EntityInformation.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the table the entity shall be persisted to.Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
-
Method Details
-
getTableName
SqlIdentifier getTableName()Returns the name of the table the entity shall be persisted to.- Returns:
-