Methods Summary |
---|
public java.lang.String | getRootTableAlias(java.lang.String drivingAlias)Get the SQL alias this persister would use for the root table
given the passed driving alias.
|
public java.lang.String[] | getRootTableIdentifierColumnNames()Get the names of columns on the root table used to persist the identifier.
|
public java.lang.String | getRootTableName()Locks are always applied to the "root table".
|
public java.lang.String | getVersionColumnName()For versioned entities, get the name of the column (again, expected on the
root table) used to store the version values.
|