Kundera 2.1 发布,Kundera 是一个 JPA 2.0 兼容的 NoSQL 数据存储的对象映射框架。目前支持的 NoSQL 服务器包括:CassandraHBaseMongoDB

Kundera 2.1 包含 bug fixes, 性能提升以及如下的新特性:

  • CQL Version configuration
  • Batch insert/update for Cassandra/MongoDB/HBase
  • JPA MetaModel and TypedQuery implementation
  • Raw thrift client support for Cassandra
  • Datastore specific XML configuration. (.properties file deprecated)
  • Stronger query support:
    • JPQL support over all data types and associations
    • JPQL support to query using primary key alongwith other columns
  • JPA compliance
    • EntityManager methods implementation (contains, refresh, detach, setProperty)
    • EntityManagerFactory methods (getPersistenceUnitUtil)
    • Persistence methods (getProviderUtil)

相关文章:

  • 2021-05-27
  • 2022-12-23
  • 2022-02-18
  • 2021-11-30
  • 2021-08-06
  • 2022-02-04
  • 2022-02-01
  • 2022-02-08
猜你喜欢
  • 2021-09-18
  • 2022-01-18
  • 2022-02-27
  • 2021-10-31
  • 2021-07-01
相关资源
相似解决方案