Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Es gibt kleinere Bugfixes und Meta-Informationen wurden für Maven. Diese Version ist die erste auf die zentralen Maven-Repository veröffentlicht werden.
Tags: 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 Bemühungen wurden fortgesetzt. Ein neues Schema-Management-Service wurde von der Funktionalität, die zuvor durch die Klasse-Tracker-Dienst im Besitz geschaffen. Alle bekannten offenen Bugs wurden behoben.
Tags: 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

Der Code wurde Refactoring, um eine neue Service-orientierte interne Architektur zu schaffen. Knoten Handling-Code wurde auch Refactoring und neu geschrieben. Der gesamte Code wurde von hu.netmind.persistence zu hu.netmind.beankeeper verschoben, so dass diese Version ist nicht abwärtskompatibel. Kleinere Fehler wurden behoben.
Tags: 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

Java-Tasse mit JavaCC für Parser Generation abgelöst. JUnit wurde mit TestNG ersetzt. Ant wurde von Maven2 ersetzt. Ein Memory-Leak Fehler wurde behoben. Der Code wurde aufgeräumt, die checkstyle Prüfung übergeben.
Tags: 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

Die wichtigsten "IDS" Tabelle wurde komplett entfernt, die einen erheblichen Performance-Gewinn verursacht. Eine Übertragung Tracker und Änderung tracker Deadlock-Bedingung, wurde behoben. Remote ändern Veranstaltungen und trennen Ereignisse waren von Event Dispatching aufgenommen. Null-Wert-Vergleiche und drei SQL-Wert Logik verbundenen Probleme wurden behoben.
Tags: 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