Package org.hibernate.query.sqm.spi
Interface ParameterDeclarationContext
-
public interface ParameterDeclarationContext
Describes the context in which a parameter is declared. This is used mainly to determine metadata about the parameter (SqmParameter.allowMultiValuedBinding()
, e.g.)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMultiValuedBindingAllowed()
Are multi-valued parameter bindings allowed in this context?
-