Class TypedParameterValue<J>

    • Method Detail

      • getValue

        public J getValue()
        The value to bind
        Returns:
        The value to be bound
      • getType

        public BindableType<J> getType()
        The specific Hibernate type to use to bind the value.
        Returns:
        The Hibernate type to use.
      • getTypeReference

        public BasicTypeReference<J> getTypeReference()
        The specific Hibernate type reference to use to bind the value.
        Returns:
        The Hibernate type reference to use.