JDO 2.3
Some ideas of features that could go in JDO 2.3
- Query.setFlushMode() to provide the same functionality as JPOX extension "org.jpox.query.flushBeforeExecution"
- Possibility to define a discriminator strategy == custom selector that uses DiscriminatorSelector.getClassName(Object value) -> String. This allows multiple discriminator values to be mapped to the same class
- Possibility to reuse columns for different field in a class. This allows clean mapping of legacy databases where columns in the PK are part of multiple FKs too.
- Schemas for LDAP?
- Java API to read/write JDO metadata programatically (useful for tooling/validations)
- Java API to read/write/deploy database schemas programatically (useful for tooling/validations)
Labels
(None)








