public class TypedParameterValue
extends java.lang.Object
Constructor and Description |
---|
TypedParameterValue(Type type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Type |
getType()
The specific Hibernate type to use to bind the value.
|
java.lang.Object |
getValue()
The value to bind
|
public TypedParameterValue(Type type, java.lang.Object value)
public java.lang.Object getValue()
public Type getType()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.