Interface Criterion

    • Method Detail

      • getTypedValues

        TypedValue[] getTypedValues​(Criteria criteria,
                                    CriteriaQuery criteriaQuery)
                             throws HibernateException
        Return typed values for all parameters in the rendered SQL fragment
        Parameters:
        criteria - The local criteria
        criteriaQuery - The overal criteria query
        Returns:
        The types values (for binding)
        Throws:
        HibernateException - Problem determining types.