首页| 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
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.191093s