BindKotlinFactory

class BindKotlinFactory : SqlStatementCustomizerFactory

Functions

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