com.vladmihalcea.hibernate.type.json.internal
Class JsonBinarySqlTypeDescriptor

java.lang.Object
  extended by com.vladmihalcea.hibernate.type.json.internal.AbstractJsonSqlTypeDescriptor
      extended by com.vladmihalcea.hibernate.type.json.internal.JsonBinarySqlTypeDescriptor
All Implemented Interfaces:
Serializable, org.hibernate.type.descriptor.sql.SqlTypeDescriptor

public class JsonBinarySqlTypeDescriptor
extends AbstractJsonSqlTypeDescriptor

Author:
Vlad Mihalcea
See Also:
Serialized Form

Field Summary
static JsonBinarySqlTypeDescriptor INSTANCE
           
 
Constructor Summary
JsonBinarySqlTypeDescriptor()
           
 
Method Summary
<X> org.hibernate.type.descriptor.ValueBinder<X>
getBinder(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)
           
 
Methods inherited from class com.vladmihalcea.hibernate.type.json.internal.AbstractJsonSqlTypeDescriptor
canBeRemapped, extractJson, extractJson, extractJson, getExtractor, getSqlType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final JsonBinarySqlTypeDescriptor INSTANCE
Constructor Detail

JsonBinarySqlTypeDescriptor

public JsonBinarySqlTypeDescriptor()
Method Detail

getBinder

public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)


Copyright © 2021. All rights reserved.