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

您现在的位置是:虫虫源码 > Java > 一个java持久化引擎的存储过程

一个java持久化引擎的存储过程

资 源 简 介

jdbc-proc provides mappings from POJOs to stored procedures. Create stored procedure and map it to DAO interface method. ``` public interface CompanyDao { @AStoredProcedure( name = "create_company") void createCompany(Company aCompany); } ``` Read more about this example Main features uses mapping specification of JPA with annotations: Entity, Column, OneToOne, ManyToOne, OneToMany, JoinColumn creates stored procedures mapping code on the fly integrated with spring framework and Google Guice For step-by-step instructions, see Getting Started guide Supported databases MySQL 5.0.x, 5.1.x, 5.5.x, 5.6.x PostgreSQL

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
1.363310s