KotlinDefaultMethodHandlerFactory

class KotlinDefaultMethodHandlerFactory : ExtensionHandlerFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun accepts(extensionType: Class<*>?, method: Method?): Boolean
Link copied to clipboard
open override fun createExtensionHandler(sqlObjectType: Class<*>, method: Method): Optional<ExtensionHandler>