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

  • 贾金达 1天前 成为了本站会员

  • 云梦无痕 1天前 成为了本站会员

  • 2天前 成为了本站会员

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

  • Wx 1周前 成为了本站会员

  • adalyx 1周前 成为了本站会员

  • 1周前 成为了本站会员

  • 知还 1周前 成为了本站会员

  • zcl 1周前 成为了本站会员

0.202684s