ダウンロードリスト

プロジェクト概要

!MetaModel、任意のデータ ストアを照会するため、タイプ セーフな SQL ライクな API を使用します。これは、データ アクセス フレームワーク探査のための共通インターフェイスを提供して、データストアのさまざまな種類のクエリを実行します。データ マッピング フレームワークをではないです。代わりに、メタデータの抽象化を強調し、少ないのでモデル、特定のドメインにアプリケーションの処理アプリケーション実行時に、汎用的なデータのために大きいの作る !MetaModel 情報源データを追加する機能。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-05-26 06:36
1.7.2

このリリースでは、解析できない数式を含むExcelスプレッドシートに遭遇問題が修正されます。これは1行のみを生成することが保証されるクエリのフェッチの自動サイズの計算を向上させます。
タグ: Minor bugfixes
This release fixes an issue when encountering excel spreadsheets containing unparsable formulas. It improves automatic fetch size calculation for queries that are guaranteed to yield only a single row.

2011-05-14 06:30
1.7.1

このリリースでは、熱心にデータベースをバッファリングで使用されるメモリー管理の改善を促進するのJDBC /データベースクエリに適切なFETCH_SIZEを計算する機能が追加されました。これは、CSV形式のヘッダーがunexisting行番号から読み取られるように構成されて場合に発生マイナーなバグを修正しています。 APIドキュメントの様々なマイナーな改良。
タグ: Minor feature enhancements, Database, jdbc, minor bugfix
This release adds the ability to calculate an appropriate FETCH_SIZE for JDBC/database queries, which facilitates better memory management when used with eagerly buffering databases. It fixes a minor bug that occurred when CSV headers are configured to be read from an unexisting line number. Various minor improvements in the API Documentation.

2011-05-11 00:09
1.7

ヘッダー行の設定はCSV、Excel、および固定幅値のファイルに追加されました。 Excelの自動行と列の設定が追加されましたスキップします。オプションは、一貫性のないデータフォーマットに(例外をスローすることによって)無効に優雅な修正に追加されました。 DataContextクラス階層は不必要な戦略パターンを削除して簡素化されました。 DataSetは、今Iterableを拡張<Row> 、作りが簡単に、各ループのようなものを適用します。
タグ: Minor feature enhancements
Configuration of header lines was added in CSV, Excel, and Fixed Width value files. Configuration of Excel automatic line and column skipping was added. An option was added to disable graceful corrections (by throwing exceptions) to inconsistent data formats. The DataContext class hierarchy was simplified by removing unnecessary strategy pattern. DataSet now extends Iterable<Row>, making it easier to apply things like for-each loops.

2011-03-31 20:00
1.6

新しいデータストアのタイプが追加されました:固定幅の値のファイルを。これは、メタモデルは、このような書式でフラットファイルを読み取ることができます。ページングクエリの完全なサポートが追加されました。クエリインターフェイスは、既存のsetMaxRowsをとの組み合わせで(int)メソッドは、ページング可能setFirstRow(int)メソッドを持っています。特定の方言のサポートは、DB2のためのクエリが正しくフォーマットされていることを確認して追加されました。
タグ: fixed width values, paging, DB2, Minor feature enhancements, minor bu
A new datastore type has been added: Fixed width value files. This enables MetaModel to read flat files with such a formatting. Full support for paging queries was added. The query interface now has a setFirstRow(int) method, which in combination with the existing setMaxRows(int) method allows for paging. Specific dialect support was added to ensure that queries for DB2 are formatted correctly.

2011-02-14 00:17
1.5

流暢なクエリビルダAPIには、SQL / LINQベースのデータストアを照会するのスタイルにさらに型の安全性を提供し、追加されました。 Excelの2007 +のサポートが(xlsx)をスプレッドシートが追加されました。コンポジットデータストアを使用すると、複数のデータストアにまたがるクエリを定義できるように、サポートされています。 Excelの数式の計算のためのサポートが追加されました。今はすべてのインターフェイスです。デフォルトの実装では、メタモデルは、並行性の高いアプリケーションに適しており、不変です。
タグ: query, linq, type safety, excel 2007, immutable, interface
A fluent query builder API was added, providing further type-safety to the SQL/LINQ-style of querying datastores. Support for Excel 2007+ (.xlsx) spreadsheets was added. Composite datastores are supported, allowing you to define queries that span multiple datastores. Support for Excel formula calculation was added. Everything is now an interface. Default implementations are immutable, making MetaModel suitable for highly concurrent applications.

プロジェクトリソース