接口 EntityAliases

  • 所有已知实现类:
    ColumnEntityAliases, DefaultEntityAliases

    public interface EntityAliases
    Metadata describing the SQL result set column aliases for a particular entity.
    作者:
    Gavin King
    • 方法详细资料

      • getSuffixedKeyAliases

        String[] getSuffixedKeyAliases()
        The result set column aliases for the primary key columns
      • getSuffixedDiscriminatorAlias

        String getSuffixedDiscriminatorAlias()
        The result set column aliases for the discriminator columns
      • getSuffixedVersionAliases

        String[] getSuffixedVersionAliases()
        The result set column aliases for the version columns
      • getSuffixedPropertyAliases

        String[][] getSuffixedPropertyAliases()
        The result set column aliases for the property columns
      • getSuffixedPropertyAliases

        String[][] getSuffixedPropertyAliases​(Loadable persister)
        The result set column aliases for the property columns of a subclass
      • getRowIdAlias

        String getRowIdAlias()
        The result set column alias for the Oracle row id
      • getSuffix

        String getSuffix()
        Returns the suffix used to generate the aliases.
        返回:
        the suffix used to generate the aliases.