BindKotlinFactory

class BindKotlinFactory : SqlStatementCustomizerFactory

Constructors

Link copied to clipboard
fun BindKotlinFactory()

Functions

Link copied to clipboard
open fun createForMethod(    annotation: Annotation,     sqlObjectType: Class<*>,     method: Method): SqlStatementCustomizer
Link copied to clipboard
open override fun createForParameter(    annotation: Annotation,     sqlObjectType: Class<*>,     method: Method,     param: Parameter,     index: Int,     paramType: Type): SqlStatementParameterCustomizer
Link copied to clipboard
open fun createForType(annotation: Annotation, sqlObjectType: Class<*>): SqlStatementCustomizer