首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Persistence engine for Java

Persistence engine for Java

  • 资源大小:4.23 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

UpFrost is a thin persistence layer that provides a mapping between an SQL database and Java objects. Why this new persistence library was created is best explained with the design goals of the project: SQL-centric. That"s the main reason why UpFrost exists: although the JPA is a great piece of software, for a lot of developers, it"s easier and more powerful to express database statement in SQL rather than using an intermediate language that is translated later in SQL. JPA-annotations compatible: UpFrost uses a subset of the JPA annotation to specify how java objects are mapped to the database. To a reasonable extent, you can make your POJOs compatible with both JPA and UpFrost. No XML. There"s a lot of issues with using an XML document to store the relationship between java objects and the database, the main one is that it involves an additional point of failure by adding a strong coupling that must be kept in sync manually.

文 件 列 表

upfrost-1.0.0-RC1-src
src
libs
.classpath
site
examples
tests
.settings
.project
pom.xml
VIP VIP
0.175757s