Repository: cayenne Updated Branches: refs/heads/master af2b65e00 -> fca0df5c7
noop commit... testing notifications .. take 2 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/fca0df5c Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/fca0df5c Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/fca0df5c Branch: refs/heads/master Commit: fca0df5c7c0e1c7a524eb3125a6bce6b995f059d Parents: af2b65e Author: aadamchik <aadamc...@apache.org> Authored: Mon Oct 27 10:38:23 2014 +0300 Committer: aadamchik <aadamc...@apache.org> Committed: Mon Oct 27 10:42:26 2014 +0300 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/fca0df5c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b2e142a..676eddd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Apache Cayenne Apache Cayenne is an open source persistence framework licensed under the Apache License, providing object-relational mapping (ORM) and remoting services. 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. With Cayenne's Remote Object Persistence, those Java objects can even be persisted out to clients via Web Services. -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. +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. 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.