Christian Beikov

Results 214 issues of Christian Beikov

I just noticed that a mapping like the following is reasonable but we don't yet support it in updatable entity views. ``` @Entity class Template { @OneToMany(mappedBy = "template") @MapKey("position")...

kind: enhancement
component: updatable-entity-view
worth: high

Make the metamodel type serializable and use a EntityViewManager from a shared context to resolve objects.

kind: enhancement
component: entity-view
worth: high

I would like to introduce the notion of voaltility of functions like in [PostgreSQL](https://www.postgresql.org/docs/current/xfunc-volatility.html). This will allow us to decide if an expression produces a constant result if e.g. `CONCAT('',...

kind: bug
kind: enhancement
component: core

The current integration only works with DataNucleus 4 and 5.0 but there were some changes in 5.1 that break the integration. The new integration shouldn't be too complicated to do,...

kind: enhancement
component: core
worth: medium

Kind of related to #508. The idea is that we need to order flushes according to the dependencies the objects have. If A refers to B and C, and B...

kind: enhancement
component: updatable-entity-view

Today I thought about a Java 8 API that is more elegant and less error prone for defining conditions. The API usage would roughly look like this ``` java query.where(()...

kind: enhancement
component: core

All APIs should allow to make use of the JPA static metamodel.

kind: enhancement
component: core

I just tried out how we could create a static metamodel that allows deep referencing and I was able to come up with a solution. Making use of a static...

kind: enhancement
help wanted
component: core
component: entity-view

In 1.7 we will switch to Java 8 as minimum.

component: core
worth: high

In 2.0 we will switch to Jakarta in the main code base and generate Java EE JPA artifacts instead.

component: core
worth: high