MetaModel 是用来重建 SQL 99 兼容的数据库元模型。
MetaModel 提供了一个数据为中心的 API 用于探索、查询和更新数据,数据格式支持关系数据库(JDBC)、CSV 文件、Excel 表格、MongoDB 和 CouchDB 等等。你可以编写真正跨存储系统的应用程序。
此外 MetaModel 的 API 非常易学易用,类似于 SQL 语法,但是类型安全的,你可以把它想象成 LinQ for Java。
MetaModel 3.2 改进记录:
Queries can now be compiled, preparing them for execution with varying parameter values.
For JDBC databases, this will provide prepared statement-like functionality.
For other datastores, it will simply make query reuse simpler.
DataSet index caching has been implemented, making lookup by column or by "select item" faster and constant-time
主页:http://eobjects.org/trac/wiki/MetaModel
下载:http://eobjects.org/trac/wiki/Downloads
来自:开源中国社区

