Class NamedParametersNotSupportedException

All Implemented Interfaces:
Serializable

public class NamedParametersNotSupportedException extends HibernateException
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.
See Also:
  • Constructor Details

    • NamedParametersNotSupportedException

      public NamedParametersNotSupportedException(String message)