sql - 有没有SQL + Redis Hybrid ORM/OHM框架?

标签 sql hibernate orm redis jedis

我找不到任何相关的框架。例如,用于 Hibernate 和 Jedis 的混合 ORM/OHM 框架(JAVA 框架)。这种框架还没有出现是不是有什么原因?

最佳答案

检查

https://github.com/xetorthio/johm

JOhm is a blazingly fast Object-Hash Mapping library for Java inspired by the awesome Ohm. The JOhm OHM is a modern-day avatar of the old ORM's like Hibernate with the difference being that we are not dealing with an RDBMS here but with a NoSQL rockstar.

JOhm is a library for storing objects in Redis, a persistent key-value database. JOhm is designed to be minimally-invasive and relies wholly on reflection aided by annotation hooks for persistence. The fundamental idea is to allow large existing codebases to easily plug into Redis without the need to extend framework base classes or provide excessive configuration metadata.

Durable data storage is available via the Redis Append-only file (AOF). The default persistence strategy is Snapshotting.

关于sql - 有没有SQL + Redis Hybrid ORM/OHM框架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36966508/

相关文章:

mysql - 无法弄清楚如何连接表

django - 检查两个 Django 查询集是否有任何共同的项目

java - 为什么 JDBI 3 @ColumnName 注释不起作用?

sql - 您可以替换或更新SQL约束吗?

MySQL搜索搜索字段的优化

java - 截断不正确的 INTEGER 值 : '%' in Java and MySQL

java - Hibernate 标准和/或多对多

python - 如何使用 session 或引擎使用原始 SQL 进行查询

SQL 设置邮政编码相同的日期

java - @IdClass 与非原始@Id