Insert(ctx context.Context, tx *gorm.DB, data *{{.upperStartCamelObject}}) error InsertBatch(ctx context.Context, tx *gorm.DB, data []{{.upperStartCamelObject}}, batchSize int) error Upsert(ctx context.Context, tx *gorm.DB, data *{{.upperStartCamelObject}}) error