Class JsonValueJDBCTypeAdapterFactory

java.lang.Object
org.hibernate.type.format.JsonValueJDBCTypeAdapterFactory

public class JsonValueJDBCTypeAdapterFactory extends Object
Factory class to get proper JsonValueJDBCTypeAdapter.
  • Constructor Details

    • JsonValueJDBCTypeAdapterFactory

      public JsonValueJDBCTypeAdapterFactory()
  • Method Details

    • getAdapter

      public static JsonValueJDBCTypeAdapter getAdapter(JsonDocumentReader reader, boolean returnEmbeddable)
      Gets a type adapter for a given reader
      Parameters:
      reader - the JSON document reader from which the adapter gets its value from.
      returnEmbeddable -
      Returns:
      the adapter