类 ColumnEntityAliases

  • 所有已实现的接口:
    EntityAliases

    public class ColumnEntityAliases
    extends DefaultEntityAliases
    EntityAliases that chooses the column names over the alias names. This strategy is used when the result-set mapping did not give specific aliases to use in extracting from the result set. We use the column names from the underlying persister.
    作者:
    max, Steve Ebersole