Overload List

  NameDescription
Public methodSetParameterList(String, ICollection)
Bind multiple values to a named query parameter, guessing the Hibernate type from the class of the first object in the collection. This is useful for binding a list of values to an expression such as foo.bar in (:value_list)
Public methodSetParameterList(String, ICollection, IType)
Bind multiple values to a named query parameter. This is useful for binding a list of values to an expression such as foo.bar in (:value_list)

See Also