Interface QueryParameter<T>

    • Method Detail

      • allowsMultiValuedBinding

        boolean allowsMultiValuedBinding()
        Does this parameter allow multi-valued (collection, array, etc) binding?

        This is only valid for HQL/JPQL and (I think) Criteria queries, and is determined based on the context of the parameters declaration.

        Returns:
        true indicates that multi-valued binding is allowed for this parameter
      • getHibernateType

        BindableType<T> getHibernateType()
        Get the Hibernate Type associated with this parameter, if one. May return null.
        Returns:
        The associated Hibernate Type, may be null.