Interface RelationalPersistentEntity<T>

All Superinterfaces:
Iterable<RelationalPersistentProperty>, MutablePersistentEntity<T,RelationalPersistentProperty>, PersistentEntity<T,RelationalPersistentProperty>

public interface RelationalPersistentEntity<T> extends MutablePersistentEntity<T,RelationalPersistentProperty>
A PersistentEntity interface with additional methods for JDBC/RDBMS related metadata.
Author:
Jens Schauder, Oliver Gierke
  • Method Details

    • getTableName

      SqlIdentifier getTableName()
      Returns the name of the table backing the given entity.
      Returns:
      the table name.
    • getIdColumn

      SqlIdentifier getIdColumn()
      Returns the column representing the identifier.
      Returns:
      will never be null.