class BlobConverter : Converter<ByteArray, Blob>
Converts from a ByteArray to a Blob.
<init> |
BlobConverter()
|
convertToMapped |
fun convertToMapped(type: Class<out ByteArray>?, value: Blob?): ByteArray? |
convertToPersisted |
fun convertToPersisted(value: ByteArray?): Blob? |
getMappedType |
fun getMappedType(): Class<ByteArray> |
getPersistedSize |
fun getPersistedSize(): Int?
creates BLOB(INT.MAX) = 2 GB |
getPersistedType |
fun getPersistedType(): Class<Blob> |