Interface RelationalEntityInformation<T,ID>
- All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,,ID> org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
MappingRelationalEntityInformation
public interface RelationalEntityInformation<T,ID>
extends org.springframework.data.repository.core.EntityInformation<T,ID>
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:
-