Package org.hibernate.query.sqm.spi
Interface ParameterDeclarationContext
-
public interface ParameterDeclarationContextDescribes 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 booleanisMultiValuedBindingAllowed()Are multi-valued parameter bindings allowed in this context?
-