Update(ctx context.Context, {{if .containsIndexCache}}newData{{else}}data{{end}} *{{.upperStartCamelObject}}) error UpdateWithTx(ctx context.Context, session sqlx.Session, data *{{.upperStartCamelObject}}) error BatchUpdate(ctx context.Context, dataList []*{{.upperStartCamelObject}}) error BatchUpdateWithTx(ctx context.Context, session sqlx.Session, dataList []*{{.upperStartCamelObject}}) error