Class NonUniqueDiscoveredSqlAliasException

All Implemented Interfaces:
Serializable

public class NonUniqueDiscoveredSqlAliasException extends HibernateException
Thrown when Hibernate encounters a non-unique SQL alias in the ResultSet while processing the results of a NativeQuery using auto-discovery to understand the ResultSet metadata for mapping the JDBC values to the domain result.
See Also:
  • Constructor Details

    • NonUniqueDiscoveredSqlAliasException

      public NonUniqueDiscoveredSqlAliasException(String message)