Class H2JsonJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.JsonJdbcType
org.hibernate.dialect.type.H2JsonJdbcType
All Implemented Interfaces:
Serializable, AggregateJdbcType, JdbcType

public class H2JsonJdbcType extends JsonJdbcType
H2 requires binding JSON via setBytes methods.
See Also: