ktorm-schema.data_class_bind_ref_opt.mustache Maven / Gradle / Ivy
The newest version!
{{#vendorExtensions}}{{#x-ktorm-schema}}{{#columnDefinition}} {{{name}}} = {{{colKotlinType}}}s.createEntity(row, withReferences) /* {{{colKotlinType}}}? */{{/columnDefinition}}{{/x-ktorm-schema}}{{/vendorExtensions}}{{#description}} /* {{{.}}} */{{/description}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy