Custom Type Handler
Implementation
Setup
mbeddedStorageManager storage = EmbeddedStorage
.Foundation(WORKINGDIR)
.onConnectionFoundation(f->
f.registerCustomTypeHandlers(new CustomBufferedImageHandler()))
.start(ROOT);Last updated