Cassandra 的高级对象映射库 Achilles

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-22 17:27:16

软件介绍

Achilles 是一个开源的 Apache Cassandra 的高级对象映射库,相当于是客户端开发包。

主要特性包括:

  • 高级 Bean 映射(包括复合主键、分区键、timeUUID, 计数器, 静态字段等 …)

  • Pluggable codec system to define your own types

  • Life cycle interceptors to define custom behavior before INSERT/UPDATE/DELETE/SELECT operations

  • Fluent options system to parameter runtime statements (consistency level, retry policy, …)

  • Powerful and type-safe DSL to create your own queries

  • Display of DML scripts & DDL statements

  • Wrapper to deploy an embedded Cassandra server easily

  • Tight integration with JUnit for productive TDD programming

  • Support for Bean Validation (JSR-303)

  • Support for Lightweight Transaction with dedicated listener interface

  • Support for Materialized View

  • Support for typed-safe Function calls

  • Support for the new JSON API

  • Support for multi-project compilation unit

  • Support for native index, SASI and DSE Search

  • Support for GROUP BY since Cassandra 3.10 and DSE 5.1.x

  • Flexible naming strategy & insert strategy

  • Runtime Schema Name Provider for multi-tenant environments

  • 完全兼容 Java 8 CompletableFuture

本文地址:https://codercto.com/soft/d/15170.html

计算机算法基础

计算机算法基础

余祥宣、崔国华、邹海明 / 华中科技大学出版社 / 2006-4 / 29.80元

《计算机算法基础》围绕算法设计的基本方法,对计算机领域中许多常用的非数值算法作了精辟的描述,并分析了这些算法所需的时间和空间。《计算机算法基础》可作为高等院校与计算机有关的各专业的教学用书,也可作为从事计算机科学、工程和应用的工作人员的自学教材和参考书。一起来看看 《计算机算法基础》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具