Package org.hibernate.query.spi
Class QueryParameterBindingValidator
java.lang.Object
org.hibernate.query.spi.QueryParameterBindingValidator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(BindableType<?> paramType, Object bind, TemporalType temporalPrecision, BindingContext bindingContext) void
validate
(BindableType<?> paramType, Object bind, BindingContext bindingContext)
-
Field Details
-
INSTANCE
-
-
Method Details
-
validate
-
validate
public void validate(BindableType<?> paramType, Object bind, TemporalType temporalPrecision, BindingContext bindingContext)
-