Skip to content
#

jdbc

Here are 1,530 public repositories matching this topic...

Jailer

Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.

  • Updated Sep 24, 2019
  • 2 commits
  • 2 contributors
  • Java

Hasor是一套基于 Java 语言的分布式应用程序开发框架,它的核心设计目标是提供一个简单、且必要的环境给开发者。区别于其它框架的是 Hasor 有着自己一套完整的体系,无论您是一般的Web项目,还是几百人团队中复杂的分布式系统。Hasor都会给予你最有力的支持。

  • Updated Sep 23, 2019
  • 2 commits
  • 3 contributors
  • Java
lehotskysamuel
lehotskysamuel commented Sep 3, 2019

Hi,

I'd like to request a feature. While query methods are pretty powerful in M1 already, updates are still somewhat limited. We use JDBC and would like to be able to generate partial update statements with Micronaut Data.

Imagine I have an Account entity with 3 fields: id, firstName and lastName. Currently it is only possible to generate a full update method:

You can’t perform that action at this time.