程序包 org.hibernate.id

接口 PostInsertIdentityPersister

    • 方法详细资料

      • getSelectByUniqueKeyString

        String getSelectByUniqueKeyString​(String propertyName)
        Get a SQL select string that performs a select based on a unique key determined by the given property name).
        参数:
        propertyName - The name of the property which maps to the column(s) to use in the select statement restriction.
        返回:
        The SQL select string
      • getIdentitySelectString

        String getIdentitySelectString()
        Get the database-specific SQL command to retrieve the last generated IDENTITY value.
        返回:
        The SQL command string
      • getIdentifierColumnNames

        String[] getIdentifierColumnNames()
      • getRootTableKeyColumnNames

        String[] getRootTableKeyColumnNames()
        The names of the primary key columns in the root table.
        返回:
        The primary key column names.