Interface RelationalEntityInformation<T,ID>

All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>
All Known Implementing Classes:
MappingRelationalEntityInformation

public interface RelationalEntityInformation<T,ID> extends EntityInformation<T,ID>
Relational database-specific EntityInformation.
Author:
Mark Paluch
  • Method Details

    • getTableName

      SqlIdentifier getTableName()
      Returns the name of the table the entity shall be persisted to.
      Returns: