Methods Summary |
---|
public java.lang.String | getIdentitySelectString()Get the database-specific SQL command to retrieve the last
generated IDENTITY value.
|
public java.lang.String[] | getRootTableKeyColumnNames()The names of the primary key columns in the root table.
|
public java.lang.String | getSelectByUniqueKeyString(java.lang.String propertyName)Get a SQL select string that performs a select based on a unique
key determined by the given property name).
|