Skip to content

Commit b477639

Browse files
committed
cleaner README, focused on 5.0
1 parent 3c91177 commit b477639

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
[![Build Status](https://github.com/apache/cayenne/actions/workflows/verify-deploy-on-push.yml/badge.svg?branch=master)](https://github.com/apache/cayenne/actions/workflows/verify-deploy-on-push.yml)
2323

2424

25-
[Apache Cayenne](https://cayenne.apache.org) is an open source persistence framework.
25+
[Apache Cayenne](https://cayenne.apache.org) is an open source java persistence framework. With a wealth of unique and powerful features, Cayenne can address a wide range of persistence needs. Cayenne seamlessly binds one or more database schemas directly to Java objects, managing atomic commit and rollbacks, SQL generation, joins, sequences, and more.
26+
27+
Cayenne is designed to be easy to use, without sacrificing flexibility or design. To that end, Cayenne supports database reverse engineering and generation, as well as templated class generation. All of these functions can be controlled directly through the GUI CayenneModeler app. An entire database schema can be mapped directly to Java objects within minutes, all from the comfort of the GUI-based CayenneModeler.
28+
29+
Cayenne supports numerous other features, including caching, an object query syntax, relationship pre-fetching, on-demand object and relationship faulting, object inheritance, database auto-detection, and generic persistent objects. Cayenne can scale up or down to virtually any project size. With a mature, 100% open source framework, an energetic user community, and a track record of solid performance in high-volume environments, Cayenne is an exceptional choice for persistence services.
2630

2731

2832
## Quick Links
@@ -158,15 +162,9 @@ int inserted = SQLExec
158162

159163
```
160164

161-
## About
162-
With a wealth of unique and powerful features, Cayenne can address a wide range of persistence needs. Cayenne seamlessly binds one or more database schemas directly to Java objects, managing atomic commit and rollbacks, SQL generation, joins, sequences, and more.
163-
164-
Cayenne is designed to be easy to use, without sacrificing flexibility or design. To that end, Cayenne supports database reverse engineering and generation, as well as a Velocity-based class generation engine. All of these functions can be controlled directly through the CayenneModeler, a fully functional GUI tool. No cryptic XML or annotation based configuration is required! An entire database schema can be mapped directly to Java objects within minutes, all from the comfort of the GUI-based CayenneModeler.
165-
166-
Cayenne supports numerous other features, including caching, a complete object query syntax, relationship pre-fetching, on-demand object and relationship faulting, object inheritance, database auto-detection, and generic persisted objects. Most importantly, Cayenne can scale up or down to virtually any project size. With a mature, 100% open source framework, an energetic user community, and a track record of solid performance in high-volume environments, Cayenne is an exceptional choice for persistence services.
167-
168-
# Collaboration and Support
165+
## Collaboration and Support
169166
* [Bug/Feature Tracker](https://issues.apache.org/jira/browse/CAY)
170167
* [Mailing lists](https://cayenne.apache.org/mailing-lists.html)
171168
* [Support](https://cayenne.apache.org/support.html)
172169
* [Contributing](https://cayenne.apache.org/how-can-i-help.html)
170+

0 commit comments

Comments
 (0)