类 TypedParameterValue


  • public class TypedParameterValue
    extends Object
    Can be used to bind query parameter values. Allows to provide additional details about the parameter value/binding.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • TypedParameterValue

        public TypedParameterValue​(Type type,
                                   Object value)
    • 方法详细资料

      • getValue

        public Object getValue()
        The value to bind
        返回:
        The value to be bound
      • getType

        public Type getType()
        The specific Hibernate type to use to bind the value.
        返回:
        The Hibernate type to use.