After using for persistence BMP and CMP EntityBeans, CachedRowSet, JDBC I decided that I need an object-relational mapping tool.
The requirements for this tool should be:
- Open Source
- Running in container and stand-alone
- Small footprint
- Database independent
- Use inheritance
- Optimistic concurrency locking
- Use many classes per table
- Use many tables per class
- Do not use a lot of complicated XML files for mappings
- Running in disconnected mode
- etc...
其他Java ORP对象持久化工具 开源项目资源: