Download List

项目描述

BeanKeeper is a full featured, powerful object/relational persistence and query library. It has a unique philosophy of simpleness and ease of use: it does not require config files, annotations, code generation, code "enhancing", or any kind of tools to be used. It handles simple Java beans (or POJOs) and its query service returns lists. Despite its simpleness, under the hood the library takes care of all the necessary logic: transaction visibility, result list paging, keys and ids, table creation/modification, class relations, inheritance/polymorphism, case sensitiveness, and much more. It currently supports: Oracle, HSQLDB, MySQL, and PostgreSQL.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-18 03:24
2.6.3

有轻微错误修正,和Maven的元信息的修补程序。此版本是被释放的第一个Maven的中央资料库。
标签: Maven, Bugfixes
There are minor bugfixes, and meta-information fixes for Maven. This version is the first to be released to the Maven central repository.

2010-01-18 01:50
2.6.2

Refactorization的努力仍在继续。一种新的管理服务模式从以前创建的类的跟踪服务,拥有的功能。所有已知的公开修正了已知错误。
标签: Refactorization, Bugfixes
Refactorization efforts have continued. A new schema management service was created from the functionality previously owned by the class tracker service. All known open bugs were fixed.

2009-11-22 21:18
2.6.1

重构的代码创建一个新的面向服务的内部结构。节点处理代码也重构和改写。所有的代码也被转移到hu.netmind.persistence到hu.netmind.beankeeper,所以这个版本是不向后兼容。小错误固定。
标签: Refactoring
The code was refactored to create a new service-oriented internal architecture. Node handling code was also refactored and rewritten. All code was moved from hu.netmind.persistence to hu.netmind.beankeeper, so this release is not backwards compatible. Minor bugs were fixed.

2009-02-03 07:21
2.6.0

爪哇杯取代了用JavaCC解析器生成。 JUnit的使用TestNG取代。蚂蚁改为Maven2。一个内存泄漏错误是固定的。该代码是清理的CheckStyle通过审计。
标签: Code cleanup
Java-cup was replaced with JavaCC for parser generation. JUnit was replaced with TestNG. Ant was replaced by Maven2. One memory leak bug was fixed. The code was cleaned up to pass the checkstyle audit.

2008-09-26 02:44
2.5.0

主要的“身份证”表是完全删除,造成了显着的性能增益。阿承诺跟踪和修改跟踪死锁条件已得到修复。远程更改事件和断开事件添加到事件分派。空值的比较和SQL三值逻辑有关的问题是固定的。
标签: Major feature enhancements
The main "ids" table was removed completely, which caused a significant performance gain. A commit tracker and modification tracker deadlock condition has been fixed. Remote change events and disconnect events were added to event dispatching. Null value comparisons and SQL three-value logic related issues were fixed.

Project Resources